Re: [PATCH v1] clocksource: arc_timer: remove duplicate error message

2020-05-18 Thread Daniel Lezcano
On 29/04/2020 17:12, Dejin Zheng wrote: > it will print an error message by itself when arc_get_timer_clk() > goes wrong. so remove the duplicate error message. > > Signed-off-by: Dejin Zheng Applied, thanks -- Linaro.org │ Open source software for ARM SoCs Follow Li

[PATCH v1] clocksource: arc_timer: remove duplicate error message

2020-04-29 Thread Dejin Zheng
it will print an error message by itself when arc_get_timer_clk() goes wrong. so remove the duplicate error message. Signed-off-by: Dejin Zheng --- drivers/clocksource/arc_timer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/clocksource/arc_timer.c b/drivers/clo