]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: glue: Clean up the printing messages
authorHanjun Guo <guohanjun@huawei.com>
Wed, 2 Jun 2021 08:54:27 +0000 (16:54 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Jun 2021 13:36:45 +0000 (15:36 +0200)
commit39507a70911a953a7e6435bc8905101726e22b0f
tree424920443f7007b9fd2a042306a5f68e10b026bd
parent14115fac4c557d410dc55388daadd4695ac65c04
ACPI: glue: Clean up the printing messages

Remove the in house ACPI_GLUE_DEBUG and its related debug message
printing, using pr_debug() instead.

While at it, replace printk() with pr_* to simplify the code.

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