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

Commit 928ee513 authored by Dave Jones's avatar Dave Jones
Browse files

[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: default avatarDave Jones <davej@redhat.com>
parent 8ec9822d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;