]> git.baikalelectronics.ru Git - kernel.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)
commit14115fac4c557d410dc55388daadd4695ac65c04
tree22370bbdd743090c81bca69483a044e09ac3b986
parent3c8d50e2776cac052af1f63488208826904c50eb
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