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

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

MIPS: Idle: Make call of function pointer readable.

parent f91a148a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ void arch_cpu_idle(void)
{
	smtc_idle_hook();
	if (cpu_wait)
		(*cpu_wait)();
		cpu_wait();
	else
		local_irq_enable();
}