Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aea68639 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent cfb6f260
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;