]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: configfs: Replace ACPI_INFO() with pr_debug()
authorHanjun Guo <guohanjun@huawei.com>
Mon, 24 May 2021 09:41:05 +0000 (17:41 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 24 May 2021 14:30:31 +0000 (16:30 +0200)
commit4a39d87af358e90bbb4d6fd62583dccd6d74858a
tree7a397efeb35d5d0e9e3ba62c1d629e872abcd4ee
parent5860f16c718cd90caf6bf787a9d7d7e2e9954b6a
ACPI: configfs: Replace ACPI_INFO() with pr_debug()

The ACPI_INFO() macro is used for message printing in the ACPICA code.

ACPI_INFO() will be empty if the ACPICA debug is not enabled, so
replace it with pr_debug().

Also remove the not needed ACPICA header file inclusions to decouple
from ACPICA.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_configfs.c