projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7371a20
)
clk: shmobile: mstp: Drop bogus closing parenthesis in error message
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Fri, 16 Oct 2015 15:18:27 +0000
(17:18 +0200)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 16 Oct 2015 18:55:02 +0000
(11:55 -0700)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/shmobile/clk-mstp.c
patch
|
blob
|
history
diff --git
a/drivers/clk/shmobile/clk-mstp.c
b/drivers/clk/shmobile/clk-mstp.c
index b1df7b2f1e970adbc0214bd6e8af68cbfca7897c..4abf21172625e81a7036dad77f90ea2d4158039c 100644
(file)
--- a/
drivers/clk/shmobile/clk-mstp.c
+++ b/
drivers/clk/shmobile/clk-mstp.c
@@
-214,7
+214,7
@@
static void __init cpg_mstp_clocks_init(struct device_node *np)
break;
if (clkidx >= MSTP_MAX_CLOCKS) {
- pr_err("%s: invalid clock %s %s index %u
)
\n",
+ pr_err("%s: invalid clock %s %s index %u\n",
__func__, np->name, name, clkidx);
continue;
}