mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 06:25:23 -04:00
[MIPS] time: Fix negated condition in cevt-r4k driver.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user