projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bab64d
)
speedstep-centrino: Remove unnecessary braces
author
Evgeny Kapaev
<
[email protected]
>
Tue, 15 Oct 2013 17:42:52 +0000
(21:42 +0400)
committer
Rafael J. Wysocki
<
[email protected]
>
Wed, 16 Oct 2013 22:21:06 +0000
(
00:21
+0200)
As per coding style, braces {} are not necessary for single statement block
Signed-off-by: Evgeny Kapaev <
[email protected]
>
Acked-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/speedstep-centrino.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/speedstep-centrino.c
b/drivers/cpufreq/speedstep-centrino.c
index 6b882c7b32198a361b25472d8bceada2132e19f9..25e45f89acac1b550c227c969e9fe9ebf659b077 100644
(file)
--- 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. */