Re: [PATCH] clocksource: arm_arch_timer: remove unneeded pr_fmt macro

2019-03-07 Thread Daniel Lezcano
On 05/03/2019 18:08, Yangtao Li wrote: > After this commit ded24019b6b6f(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 > --- Applied, thanks --

[PATCH] clocksource: arm_arch_timer: remove unneeded pr_fmt macro

2019-03-05 Thread Yangtao Li
After this commit ded24019b6b6f(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 --- drivers/clocksource/arm_arch_timer.c | 5 + 1 file changed, 1 insertion(+), 4