forked from Minki/linux
clk: shmobile: mstp: Drop bogus closing parenthesis in error message
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
7371a20b9a
commit
08ebdf80dc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user