ACPI: PM: Unify debug messages in acpi_device_set_power()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 Apr 2022 15:03:11 +0000 (17:03 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 13 Apr 2022 15:23:40 +0000 (17:23 +0200)
commitf4f3548dc8d53d683770b058fdafa01fd7c07669
tree6e497f8ea5c92a3698b465a5806dfe88d8c8c94e
parent255a04cc457e57c1b429c2a5c0f4d7604b1ef41b
ACPI: PM: Unify debug messages in acpi_device_set_power()

Convert all of the debug messages printed by acpi_device_set_power()
to acpi_handle_debug() and adjust them slightly for consistency with
acpi_device_get_power() and other acpi_device_set_power() debug
messages.

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