Commit aea68639 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] time: Fix negated condition in cevt-r4k driver.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent cfb6f260
......@@ -276,7 +276,7 @@ void __cpuinit mips_clockevent_init(void)
clockevents_register_device(cd);
if (!cp0_timer_irq_installed)
if (cp0_timer_irq_installed)
return;
cp0_timer_irq_installed = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment