clocksource/drivers/time-armada-370-xp: Fix return value check
authorAnna-Maria Gleixner <anna-maria@linutronix.de>
Tue, 12 Jul 2016 14:40:09 +0000 (16:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 Jul 2016 15:33:22 +0000 (17:33 +0200)
commit1d661bf5327a2c059ec967f850e89362e637f4e6
treeda6f69e825a1d0622ee8e87cd30091e01bce5985
parent3d93f42d449ace8e2dd8e2ec9790fdce31a14c9c
clocksource/drivers/time-armada-370-xp: Fix return value check

The failure check of armada_370_xp_timer_setup() in
armada_370_xp_timer_common_init() is negated. This leads to an error message
and exit in case of a successful initialization.  Remove the stray '!'.

Fixes: 12549e27c63c ("clocksource/drivers/time-armada-370-xp: Convert init function to return error")
Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: http://lkml.kernel.org/r/alpine.DEB.2.11.1607121731020.1344@hypnos.tec.linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/clocksource/time-armada-370-xp.c
This page took 0.025145 seconds and 5 git commands to generate.