ACPI: IORT: Add comments for not calling acpi_put_table()
authorHanjun Guo <guohanjun@huawei.com>
Fri, 8 May 2020 04:05:53 +0000 (12:05 +0800)
committerWill Deacon <will@kernel.org>
Mon, 18 May 2020 17:08:04 +0000 (18:08 +0100)
commit701dafe0670c736c0131328c0fd64c1190f0bb0c
treee551312da9adf1cc644b6e72f9586994a7a4da50
parent5ec605108ff4901aedd62ee1bdd4250f2f7cf978
ACPI: IORT: Add comments for not calling acpi_put_table()

The iort_table will be used at runtime after acpi_iort_init(),
so add some comments to clarify this to make it less confusing.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
Link: https://lore.kernel.org/r/1588910753-18543-2-git-send-email-guohanjun@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/acpi/arm64/iort.c