clocksource: Use current logging style
authorJoe Perches <joe@perches.com>
Mon, 25 May 2015 18:49:55 +0000 (11:49 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 10 Jun 2015 09:31:14 +0000 (11:31 +0200)
commit45bbfe64ea564a69e56ab6754006eee506224f46
tree63981e2239f46f0f3909fb6c3d493b24cbfae0c6
parentc569a23d65ac2900d9998d3fe04044fe95be6b2f
clocksource: Use current logging style

clocksource messages aren't prefixed in dmesg so it's a bit unclear
what subsystem emits the messages.

Use pr_fmt and pr_<level> to auto-prefix the messages appropriately.

Miscellanea:

o Remove "Warning" from KERN_WARNING level messages
o Align "timekeeping watchdog: " messages
o Coalesce formats
o Align multiline arguments

Signed-off-by: Joe Perches <joe@perches.com>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/1432579795.2846.75.camel@perches.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/clocksource.c