]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita32596ff714c4453eb83574bd4d4891108d01040
treee551312da9adf1cc644b6e72f9586994a7a4da50
parent1ffff62da5ef928c996743c38a9e20725cc5a346
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