aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sparc/prom/mp.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-03 14:45:23 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-07 16:06:34 -0700
commit6cb79b3f3ba2b14590cac02ee13ab7410b6225ed (patch)
tree2439e8509e3f42fc2c14abbdc23f62e76ce77a0e /arch/sparc/prom/mp.c
parentAdd support for allocating irqs for bootbus devices (diff)
downloadwireguard-linux-6cb79b3f3ba2b14590cac02ee13ab7410b6225ed.tar.xz
wireguard-linux-6cb79b3f3ba2b14590cac02ee13ab7410b6225ed.zip
sparc: Remove unnecessary semicolons
Semicolons are not necessary after switch/while/for/if braces so remove them. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/prom/mp.c')
-rw-r--r--arch/sparc/prom/mp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/prom/mp.c b/arch/sparc/prom/mp.c
index 97c44c9ddbc8..0da8256cf76f 100644
--- a/arch/sparc/prom/mp.c
+++ b/arch/sparc/prom/mp.c
@@ -35,7 +35,7 @@ prom_startcpu(int cpunode, struct linux_prom_registers *ctable_reg, int ctx, cha
case PROM_V3:
ret = (*(romvec->v3_cpustart))(cpunode, (int) ctable_reg, ctx, pc);
break;
- };
+ }
restore_current();
spin_unlock_irqrestore(&prom_lock, flags);