]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource/drivers/arm_arch_timer: Remove unneeded pr_fmt macro
authorYangtao Li <tiny.windzz@gmail.com>
Tue, 5 Mar 2019 17:08:51 +0000 (12:08 -0500)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 11 Apr 2019 20:13:43 +0000 (22:13 +0200)
commitdc0d2c6f5b219cb0b0bf489eb663e73aae0e179d
tree8353810f3a8512b6acc9e4f89f0b812b3ed9bb32
parentdd13655921f2e5c9542c6e097f129d25729f4d8b
clocksource/drivers/arm_arch_timer: Remove unneeded pr_fmt macro

After this commit 3fb98e2dbd39a(clocksource: arm_arch_timer: clean up
printk usage), the previous macro is redundant, so delete it.

And move the new macro to the previous position.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/arm_arch_timer.c