From: Evgeny Kapaev Date: Tue, 15 Oct 2013 17:42:52 +0000 (+0400) Subject: speedstep-centrino: Remove unnecessary braces X-Git-Tag: v3.13-rc1~96^2~12^2~4^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b6f38f09ebb4b88e8ed7740bcbcc08a8882bbb7;p=thirdparty%2Fkernel%2Flinux.git speedstep-centrino: Remove unnecessary braces As per coding style, braces {} are not necessary for single statement block Signed-off-by: Evgeny Kapaev Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/speedstep-centrino.c b/drivers/cpufreq/speedstep-centrino.c index 6b882c7b32198..25e45f89acac1 100644 --- a/drivers/cpufreq/speedstep-centrino.c +++ b/drivers/cpufreq/speedstep-centrino.c @@ -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. */