clocksource/drivers/arc_timer: Remove duplicate error message
authorDejin Zheng <zhengdejin5@gmail.com>
Wed, 29 Apr 2020 15:12:23 +0000 (23:12 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 22 May 2020 21:58:56 +0000 (23:58 +0200)
commit311fb70aa55174ddebb5c6022b23e58b85e9f116
tree8982498e63a07b1d66abb7c3170850419cbc0a04
parent83cba9536905e4f82b726a98fe404400f0c9eb76
clocksource/drivers/arc_timer: Remove duplicate error message

The function arc_get_timer_clk() prints an error message if it fails,
remove the second error message if the function fails.

Signed-off-by: Dejin Zheng <zhengdejin5@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200429151223.3120-1-zhengdejin5@gmail.com
drivers/clocksource/arc_timer.c