提交 7b6f38f0 编写于 作者: E Evgeny Kapaev 提交者: Rafael J. Wysocki

speedstep-centrino: Remove unnecessary braces

As per coding style, braces {} are not necessary for single statement block
Signed-off-by: NEvgeny Kapaev <orener300@gmail.com>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 1bab64d5
......@@ -371,9 +371,8 @@ static int centrino_cpu_init(struct cpufreq_policy *policy)
return -ENODEV;
}
if (centrino_cpu_init_table(policy)) {
if (centrino_cpu_init_table(policy))
return -ENODEV;
}
/* Check to see if Enhanced SpeedStep is enabled, and try to
enable it if not. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册