drivers/clocksource/arm_arch_timer: Remove duplicate error message
authorDejin Zheng <zhengdejin5@gmail.com>
Wed, 29 Apr 2020 15:35:59 +0000 (23:35 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 22 May 2020 21:58:56 +0000 (23:58 +0200)
commitd1b5e55208fd8e1c73876ab6ad1ce93485e3f5a2
tree14368490b8fbe7881df26bea39e72c8985363cb9
parent311fb70aa55174ddebb5c6022b23e58b85e9f116
drivers/clocksource/arm_arch_timer: Remove duplicate error message

The function acpi_gtdt_init() prints a message in case of
error. Remove the error message after testing if the function fails,
otherwise it is a duplicate message.

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