projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec9822
)
[CPUFREQ] longhaul compile fix.
author
Dave Jones
<davej@redhat.com>
Mon, 18 Dec 2006 00:09:59 +0000
(19:09 -0500)
committer
Dave Jones
<davej@redhat.com>
Mon, 18 Dec 2006 00:09:59 +0000
(19:09 -0500)
Some gcc's are more anal than others about empty switch labels.
error: label at end of compound statement
Signed-off-by: Dave Jones <davej@redhat.com>
arch/i386/kernel/cpu/cpufreq/longhaul.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/cpu/cpufreq/longhaul.c
b/arch/i386/kernel/cpu/cpufreq/longhaul.c
index e80a7d28d906e8407e552cdae0bca235acf73ce9..6d9c97a690fd076e520a8134a3f87976ff064663 100644
(file)
--- a/
arch/i386/kernel/cpu/cpufreq/longhaul.c
+++ b/
arch/i386/kernel/cpu/cpufreq/longhaul.c
@@
-790,6
+790,7
@@
static int __init longhaul_init(void)
case 10:
printk(KERN_ERR PFX "Use acpi-cpufreq driver for VIA C7\n");
default:
+ ;;
}
return -ENODEV;