]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: event: Use pr_*() macros to replace printk()
authorHanjun Guo <guohanjun@huawei.com>
Wed, 2 Jun 2021 08:54:26 +0000 (16:54 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Jun 2021 13:36:45 +0000 (15:36 +0200)
commitad319565d62fa42220439efe29cc5d7b8c248dac
tree22370bbdd743090c81bca69483a044e09ac3b986
parent8e173cbb6a776cb1a3540be17780a5616b5c815a
ACPI: event: Use pr_*() macros to replace printk()

Introduce pr_fmt() and replace direct printk() invocation with
the matching pr_*() call to prepare for removing PREFIX.

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