[CPUFREQ] longhaul: Fix up unreachable code.
Signed-off-by: Rafał Bilski <rafalbilski@interia.pl> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
Родитель
d349c4a5ae
Коммит
1cfe201426
|
@ -774,8 +774,8 @@ static int __init longhaul_init(void)
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
if (num_online_cpus() > 1) {
|
if (num_online_cpus() > 1) {
|
||||||
return -ENODEV;
|
|
||||||
printk(KERN_ERR PFX "More than 1 CPU detected, longhaul disabled.\n");
|
printk(KERN_ERR PFX "More than 1 CPU detected, longhaul disabled.\n");
|
||||||
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_X86_IO_APIC
|
#ifdef CONFIG_X86_IO_APIC
|
||||||
|
|
Загрузка…
Ссылка в новой задаче