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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2007-10-30 02:21:08 +00:00
parent cfb6f26035
commit aea6863944

View file

@ -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;