aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/us2e_cpufreq.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/kernel/us2e_cpufreq.c
parent9eeb08986f41c0740306f6f56cf04e619e2fe525 (diff)
downloadkernel_samsung_smdk4412-6cb79b3f3ba2b14590cac02ee13ab7410b6225ed.zip
kernel_samsung_smdk4412-6cb79b3f3ba2b14590cac02ee13ab7410b6225ed.tar.gz
kernel_samsung_smdk4412-6cb79b3f3ba2b14590cac02ee13ab7410b6225ed.tar.bz2
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/us2e_cpufreq.c')
-rw-r--r--arch/sparc/kernel/us2e_cpufreq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sparc/kernel/us2e_cpufreq.c b/arch/sparc/kernel/us2e_cpufreq.c
index 531d54f..489fc15 100644
--- a/arch/sparc/kernel/us2e_cpufreq.c
+++ b/arch/sparc/kernel/us2e_cpufreq.c
@@ -176,7 +176,7 @@ static unsigned long index_to_estar_mode(unsigned int index)
default:
BUG();
- };
+ }
}
static unsigned long index_to_divisor(unsigned int index)
@@ -199,7 +199,7 @@ static unsigned long index_to_divisor(unsigned int index)
default:
BUG();
- };
+ }
}
static unsigned long estar_to_divisor(unsigned long estar)
@@ -224,7 +224,7 @@ static unsigned long estar_to_divisor(unsigned long estar)
break;
default:
BUG();
- };
+ }
return ret;
}