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:
4c232f9
)
cpufreq: st: add missing \n to end of dev_err message
author
Colin Ian King
<
[email protected]
>
Sun, 25 Sep 2016 21:40:13 +0000
(14:40 -0700)
committer
Rafael J. Wysocki
<
[email protected]
>
Mon, 26 Sep 2016 13:11:42 +0000
(15:11 +0200)
Trival fix, dev_err message is missing a \n, so add it.
Signed-off-by: Colin Ian King <
[email protected]
>
Acked-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/sti-cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/sti-cpufreq.c
b/drivers/cpufreq/sti-cpufreq.c
index 04042038ec4b75e78631eda625f0f1bb2a4b4d95..b366e6d830ea30d4bef9e823defa5bf82047af82 100644
(file)
--- a/
drivers/cpufreq/sti-cpufreq.c
+++ b/
drivers/cpufreq/sti-cpufreq.c
@@
-163,7
+163,7
@@
static int sti_cpufreq_set_opp_info(void)
reg_fields = sti_cpufreq_match();
if (!reg_fields) {
- dev_err(dev, "This SoC doesn't support voltage scaling");
+ dev_err(dev, "This SoC doesn't support voltage scaling
\n
");
return -ENODEV;
}