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

Commit 7b6f38f0 authored by Evgeny Kapaev's avatar Evgeny Kapaev Committed by Rafael J. Wysocki
Browse files

speedstep-centrino: Remove unnecessary braces



As per coding style, braces {} are not necessary for single statement block

Signed-off-by: default avatarEvgeny Kapaev <orener300@gmail.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 1bab64d5
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -371,9 +371,8 @@ static int centrino_cpu_init(struct cpufreq_policy *policy)
		return -ENODEV;
		return -ENODEV;
	}
	}


	if (centrino_cpu_init_table(policy)) {
	if (centrino_cpu_init_table(policy))
		return -ENODEV;
		return -ENODEV;
	}


	/* Check to see if Enhanced SpeedStep is enabled, and try to
	/* Check to see if Enhanced SpeedStep is enabled, and try to
	   enable it if not. */
	   enable it if not. */