]> Git Repo - linux.git/commit
clocksource: arm_arch_timer: clean up printk usage
authorFu Wei <[email protected]>
Wed, 18 Jan 2017 13:25:25 +0000 (21:25 +0800)
committerMark Rutland <[email protected]>
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 <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Tested-by: Xiongfeng Wang <[email protected]>
[Mark: reword commit message]
Signed-off-by: Mark Rutland <[email protected]>
drivers/clocksource/arm_arch_timer.c
This page took 0.056748 seconds and 4 git commands to generate.