]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3fd22358adbce90381e7c10b1c1f230b327a8ee0
tree14368490b8fbe7881df26bea39e72c8985363cb9
parentdbf5456520e8a8abde52fb1388957bb97c52fe58
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