clocksource/drivers/acpi_pm: Convert to pr_* macros
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 28 Dec 2015 13:41:25 +0000 (15:41 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Dec 2015 11:52:57 +0000 (12:52 +0100)
commit01414888eaf725a677171605cb051b1c6311e6ab
tree8fa976fb992bd87d4306be4e3ec6414322e1bcd8
parent1f45f1f33c8c8b96722dbc5e6b7acf74eaa721f7
clocksource/drivers/acpi_pm: Convert to pr_* macros

Like it's already done in one place in the driver, convert the rest to use pr_*
macros instead of printk(KERN_LEVEL) calls.

While here, join strings to be one string for one line to make grep on them
easier.

There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: http://lkml.kernel.org/r/1451310085-113182-1-git-send-email-andriy.shevchenko@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/clocksource/acpi_pm.c