• Rafael J. Wysocki's avatar
    ACPI: bus: Clean up printing messages · ee98460b
    Rafael J. Wysocki authored
    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>
    ee98460b
bus.c 32.9 KB