Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cfe2014 authored by Dave Jones's avatar Dave Jones
Browse files

[CPUFREQ] longhaul: Fix up unreachable code.

parent d349c4a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -774,8 +774,8 @@ static int __init longhaul_init(void)

#ifdef CONFIG_SMP
	if (num_online_cpus() > 1) {
		return -ENODEV;
		printk(KERN_ERR PFX "More than 1 CPU detected, longhaul disabled.\n");
		return -ENODEV;
	}
#endif
#ifdef CONFIG_X86_IO_APIC