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

Commit 8eebf1a4 authored by Dave Jones's avatar Dave Jones
Browse files

[CPUFREQ] Remove redundant initialisation from longhaul.



Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent e2aa8732
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -679,7 +679,7 @@ static int __init longhaul_init(void)

static void __exit longhaul_exit(void)
{
	int i=0;
	int i;

	for (i=0; i < numscales; i++) {
		if (clock_ratio[i] == maxmult) {