Home
last modified time | relevance | path

Searched hist:"8 acf4108aabb025223d9fda416500c12ec6f6107" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dscan.cdiff 8acf4108aabb025223d9fda416500c12ec6f6107 Wed Jun 02 03:54:37 CDT 2021 Hanjun Guo <guohanjun@huawei.com> ACPI: scan: Unify the log message printing

The log messages in scan.c is not in consistency, some pr_*() calls
have PREFIX, but some don't.

Using pr_fmt() and remove PREFIX, also replace printk() with pr_*()
macro to unify the message printing.

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