]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7224dde1b9cb287364c655e1d3cb6e57da256608
tree8fa976fb992bd87d4306be4e3ec6414322e1bcd8
parent4dddaddd651e8c4d5706a53177225dd25c152485
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