Commit c9b6869d authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Idle: Make call of function pointer readable.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f91a148a
......@@ -234,7 +234,7 @@ void arch_cpu_idle(void)
{
smtc_idle_hook();
if (cpu_wait)
(*cpu_wait)();
cpu_wait();
else
local_irq_enable();
}
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