Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

speedstep-centrino: Remove unnecessary braces

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

Signed-off-by: Evgeny Kapaev <orener300@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Evgeny Kapaev and committed by
Rafael J. Wysocki
7b6f38f0 1bab64d5

+1 -2
+1 -2
drivers/cpufreq/speedstep-centrino.c
··· 371 371 return -ENODEV; 372 372 } 373 373 374 - if (centrino_cpu_init_table(policy)) { 374 + if (centrino_cpu_init_table(policy)) 375 375 return -ENODEV; 376 - } 377 376 378 377 /* Check to see if Enhanced SpeedStep is enabled, and try to 379 378 enable it if not. */