[CPUFREQ] longhaul compile fix.
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>
This commit is contained in:
@@ -790,6 +790,7 @@ static int __init longhaul_init(void)
|
|||||||
case 10:
|
case 10:
|
||||||
printk(KERN_ERR PFX "Use acpi-cpufreq driver for VIA C7\n");
|
printk(KERN_ERR PFX "Use acpi-cpufreq driver for VIA C7\n");
|
||||||
default:
|
default:
|
||||||
|
;;
|
||||||
}
|
}
|
||||||
|
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
Reference in New Issue
Block a user