Merge branch 'sh/clkfwk' into sh-latest
This commit is contained in:
@@ -190,7 +190,7 @@ static int __init sh_clk_init_parent(struct clk *clk)
|
|||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
clk->parent = clk->parent_table[val];
|
clk_reparent(clk, clk->parent_table[val]);
|
||||||
if (!clk->parent) {
|
if (!clk->parent) {
|
||||||
pr_err("sh_clk_init_parent: unable to set parent");
|
pr_err("sh_clk_init_parent: unable to set parent");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
Reference in New Issue
Block a user