Skip to content
Commit ee98460b authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

ACPI: bus: Clean up printing messages



Replace all of the ACPI_DEBUG_PRINT() and ACPI_EXCEPTION() instances
in bus.c with pr_debug() and pr_info(), respectively, drop the
_COMPONENT and ACPI_MODULE_NAME() definitions that are not used any
more and replace direct printk() invocations with the matching
pr_*() calls (with a couple of exceptions where the log level is
decreased).

Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent c56fd5ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment