]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: bus: Use pr_*() macros to replace printk()
authorHanjun Guo <guohanjun@huawei.com>
Wed, 2 Jun 2021 08:54:25 +0000 (16:54 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Jun 2021 13:36:45 +0000 (15:36 +0200)
commit3c8d50e2776cac052af1f63488208826904c50eb
tree172f6300087098f6178fc10a9bd4cc798910e6a0
parent79c987c8cbd7d9d84a8f83d5da1d120371f680e9
ACPI: bus: Use pr_*() macros to replace printk()

In commit bffec1e1b488 ("ACPI: bus: Clean up printing messages"),
direct printk() invocations was replaced with the matching pr_*()
calls, but the left two printk() calls was merged at the same time
with the above cleaup commit, so we missed them for cleanup, let's
replace them now and we can remove the use of PREFIX later.

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