]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: OSL: Clean up printing messages
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 10 Feb 2021 18:09:43 +0000 (19:09 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 10 Feb 2021 18:09:43 +0000 (19:09 +0100)
commitc27e2c0048a21cebfc2b09893d42f6fe6730fd65
treef804cfd44fb6f58bdaad69093ad70860beb8803f
parente0102ee68df4b7265f7f6b83b878767d4264139b
ACPI: OSL: Clean up printing messages

Replace the ACPI_DEBUG_PRINT() instance in osl.c unrelated to the
ACPICA debug with acpi_handle_debug(), add a pr_fmt() definition
to osl.c and replace direct printk() usage in that file with the
suitable pr_*() calls.

While at it, add a physical address value to the message in
acpi_os_map_iomem() and reword a couple of messages to avoid
using function names in them.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osl.c