summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/us3_cpufreq.c
diff options
context:
space:
mode:
authorJoe Perches2011-06-03 16:45:23 +0200
committerDavid S. Miller2011-06-08 01:06:34 +0200
commit6cb79b3f3ba2b14590cac02ee13ab7410b6225ed (patch)
tree2439e8509e3f42fc2c14abbdc23f62e76ce77a0e /arch/sparc/kernel/us3_cpufreq.c
parentAdd support for allocating irqs for bootbus devices (diff)
downloadkernel-qcow2-linux-6cb79b3f3ba2b14590cac02ee13ab7410b6225ed.tar.gz
kernel-qcow2-linux-6cb79b3f3ba2b14590cac02ee13ab7410b6225ed.tar.xz
kernel-qcow2-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/kernel/us3_cpufreq.c')
-rw-r--r--arch/sparc/kernel/us3_cpufreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/kernel/us3_cpufreq.c b/arch/sparc/kernel/us3_cpufreq.c
index 9a8ceb700833..eb1624b931d9 100644
--- a/arch/sparc/kernel/us3_cpufreq.c
+++ b/arch/sparc/kernel/us3_cpufreq.c
@@ -71,7 +71,7 @@ static unsigned long get_current_freq(unsigned int cpu, unsigned long safari_cfg
break;
default:
BUG();
- };
+ }
return ret;
}
@@ -125,7 +125,7 @@ static void us3_set_cpu_divider_index(unsigned int cpu, unsigned int index)
default:
BUG();
- };
+ }
reg = read_safari_cfg();