• R
    ACPI: bus: Clean up printing messages · ee98460b
    Rafael J. Wysocki 提交于
    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: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
    ee98460b
bus.c 32.9 KB