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

Commit 43c8f12f authored by Dave Jones's avatar Dave Jones
Browse files

[CPUFREQ] longhaul: Kill off warnings introduced by recent changes.



Bunch of unused vars + one case where gcc isn't smart enough.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 76ff28c9
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -358,10 +358,7 @@ static int __init longhaul_get_ranges(void)
			130, 150, 160, 140,  -1, 155,  -1, 145 };
	unsigned int j, k = 0;
	union msr_longhaul longhaul;
	unsigned long lo, hi;
	unsigned int eblcr_fsb_table_v1[] = { 66, 133, 100, -1 };
	unsigned int eblcr_fsb_table_v2[] = { 133, 100, -1, 66 };
	int mult;
	int mult = 0;

	switch (longhaul_version) {
	case TYPE_LONGHAUL_V1: