提交 c9b6869d 编写于 作者: R Ralf Baechle

MIPS: Idle: Make call of function pointer readable.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册