Skip to content

Commit

Permalink
Merge branch 'sh/clkfwk' into sh-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mundt committed Jan 24, 2012
2 parents 66dae31 + 64dea57 commit 75ed4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sh/clk/cpg.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static int __init sh_clk_init_parent(struct clk *clk)
return -EINVAL;
}

clk->parent = clk->parent_table[val];
clk_reparent(clk, clk->parent_table[val]);
if (!clk->parent) {
pr_err("sh_clk_init_parent: unable to set parent");
return -EINVAL;
Expand Down

0 comments on commit 75ed4da

Please sign in to comment.