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)
commit8aef273ee88e3e94d5d1bfc0728065b8564d3463
treef804cfd44fb6f58bdaad69093ad70860beb8803f
parent505ca2f7770b49d6b27d97de7dc7ff6af109f8fa
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