aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-10-17 15:36:53 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-10-17 18:28:48 +0100
commitc30db2480e8e6db08e64eb7e6778fb00bb01266f (patch)
treed07c9eb44bf8633d7d31dd10f7b23b12a55d1865 /arch/mips
parent[MIPS] Alchemy: Fix build by conversion to irq_cpu.c. (diff)
downloadlinux-dev-c30db2480e8e6db08e64eb7e6778fb00bb01266f.tar.xz
linux-dev-c30db2480e8e6db08e64eb7e6778fb00bb01266f.zip
[MIPS] Alchemy: Reformat PM code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/au1000/common/power.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/mips/au1000/common/power.c b/arch/mips/au1000/common/power.c
index 6f57f72a7d57..54047d69b820 100644
--- a/arch/mips/au1000/common/power.c
+++ b/arch/mips/au1000/common/power.c
@@ -403,9 +403,9 @@ static int pm_do_freq(ctl_table * ctl, int write, struct file *file,
}
- /* We don't want _any_ interrupts other than
- * match20. Otherwise our au1000_calibrate_delay()
- * calculation will be off, potentially a lot.
+ /*
+ * We don't want _any_ interrupts other than match20. Otherwise our
+ * au1000_calibrate_delay() calculation will be off, potentially a lot.
*/
intc0_mask = save_local_and_disable(0);
intc1_mask = save_local_and_disable(1);
@@ -414,6 +414,7 @@ static int pm_do_freq(ctl_table * ctl, int write, struct file *file,
au1000_calibrate_delay();
restore_local_and_enable(0, intc0_mask);
restore_local_and_enable(1, intc1_mask);
+
return retval;
}