clocksource: arm_arch_timer: clean up printk usage
authorFu Wei <fu.wei@linaro.org>
Wed, 18 Jan 2017 13:25:25 +0000 (21:25 +0800)
committerMark Rutland <mark.rutland@arm.com>
Mon, 10 Apr 2017 13:25:34 +0000 (14:25 +0100)
commitded24019b6b6f18ed079bbabc89832cd68959748
tree13095dca6f3140c286ddfbf80a6501994b4042ce
parentd003d029cea8a28139b4f9b88a36b8fac864f45b
clocksource: arm_arch_timer: clean up printk usage

Almost all string in the arm_arch_timer driver duplicate an common
prefix (though a few do not). For consistency, it would be better to use
pr_fmt(), and always use this prefix. At the same time, we may as well
clean up some whitespace issues in arch_timer_banner and
arch_timer_init.

No functional change.

Signed-off-by: Fu Wei <fu.wei@linaro.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Xiongfeng Wang <wangxiongfeng2@huawei.com>
[Mark: reword commit message]
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
drivers/clocksource/arm_arch_timer.c