commit | c9b6869dbb3c6edb24e3cc76d3655067cfa7b802 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue May 21 13:02:12 2013 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed May 22 01:34:26 2013 +0200 |
tree | 455b71b180489127190f74347de5ecb6052ce104 | |
parent | f91a148aa22b3808c12525ccc5779ff0ae6314a4 [diff] |
MIPS: Idle: Make call of function pointer readable. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/idle.c b/arch/mips/kernel/idle.c index b33875b..36e79f5 100644 --- a/arch/mips/kernel/idle.c +++ b/arch/mips/kernel/idle.c
@@ -234,7 +234,7 @@ { smtc_idle_hook(); if (cpu_wait) - (*cpu_wait)(); + cpu_wait(); else local_irq_enable(); }