ACPI / bus: Use acpi_handle_debug() in acpi_print_osc_error()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 16 Jun 2016 15:23:09 +0000 (17:23 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 23 Jun 2016 13:27:36 +0000 (15:27 +0200)
commitf26f5c8b8b182c38074d942e9124679238aa04ef
treedfcafcc593660d6c8c11ef9e5b71bfbfcaca49f4
parent33688abb2802ff3a230bd2441f765477b94cc89e
ACPI / bus: Use acpi_handle_debug() in acpi_print_osc_error()

acpi_print_osc_error() basically duplicates the functionalit of
acpi_handle_debug(), so use that one in there.

While at it, convert the explicit KERN_DEBUG prints to pr_debug()
(and apply it to continuation messages too).

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