]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: blacklist: Unify the message printing
authorHanjun Guo <guohanjun@huawei.com>
Wed, 2 Jun 2021 08:54:24 +0000 (16:54 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Jun 2021 13:36:45 +0000 (15:36 +0200)
commit007b3e53f3a47b3cefe6224f89baac300e8d0265
treee0f36ecfafdec33dce5856523cff7e43d437a204
parent606e56c6eced3135aecd8144b6d57b4b49e7ef89
ACPI: blacklist: Unify the message printing

Intoduce pr_fmt() and use pr_*() macros to replace printk(), to generate
a unified format string for prefix, then remove the PREFIX.

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