commit | 56ce8339d41bf63fd769f10419cd188e6272d9d6 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jan 20 19:57:03 2021 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Feb 04 19:11:43 2021 +0100 |
tree | e6b021a5bd37ac7c5fc363ab2096f8a1585aa721 | |
parent | c8880651190ecc2786207133d68300beb17d00d2 [diff] |
ACPI: power: Clean up printing messages Replace all of the ACPI_DEBUG_PRINT() instances in power.c with acpi_handle_debug() or pr_debug(), depending on the context, drop the _COMPONENT and ACPI_MODULE_NAME() definitions that are not used any more, and replace the direct invocations of printk() in there with acpi_handle_info() or pr_info(), depending on the context. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>