Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75ed4da4 authored by Paul Mundt's avatar Paul Mundt
Browse files

Merge branch 'sh/clkfwk' into sh-latest

parents 66dae316 64dea575
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;