diff options
-rw-r--r-- | drivers/clk/shmobile/clk-mstp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/shmobile/clk-mstp.c b/drivers/clk/shmobile/clk-mstp.c index e576b60de20e..be7d0174cbfc 100644 --- a/drivers/clk/shmobile/clk-mstp.c +++ b/drivers/clk/shmobile/clk-mstp.c | |||
@@ -205,8 +205,8 @@ static void __init cpg_mstp_clocks_init(struct device_node *np) | |||
205 | continue; | 205 | continue; |
206 | } | 206 | } |
207 | 207 | ||
208 | clks[clkidx] = cpg_mstp_clock_register(name, parent_name, i, | 208 | clks[clkidx] = cpg_mstp_clock_register(name, parent_name, |
209 | group); | 209 | clkidx, group); |
210 | if (!IS_ERR(clks[clkidx])) { | 210 | if (!IS_ERR(clks[clkidx])) { |
211 | group->data.clk_num = max(group->data.clk_num, clkidx); | 211 | group->data.clk_num = max(group->data.clk_num, clkidx); |
212 | /* | 212 | /* |