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)
commite2935abb3a3ae88f5ab832158d6ed10c599a871f
tree424920443f7007b9fd2a042306a5f68e10b026bd
parentad319565d62fa42220439efe29cc5d7b8c248dac
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