提交 928ee513 编写于 作者: D Dave Jones

[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: NDave Jones <davej@redhat.com>
上级 8ec9822d
...@@ -790,6 +790,7 @@ static int __init longhaul_init(void) ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册