Loading drivers/clk/qcom/clock.c +2 −0 Original line number Diff line number Diff line Loading @@ -609,6 +609,8 @@ EXPORT_SYMBOL(clk_get_parent_sel); int clk_set_parent(struct clk *clk, struct clk *parent) { int rc = 0; if (IS_ERR_OR_NULL(clk)) return -EINVAL; if (!clk->ops->set_parent && clk->parent == parent) return 0; Loading Loading
drivers/clk/qcom/clock.c +2 −0 Original line number Diff line number Diff line Loading @@ -609,6 +609,8 @@ EXPORT_SYMBOL(clk_get_parent_sel); int clk_set_parent(struct clk *clk, struct clk *parent) { int rc = 0; if (IS_ERR_OR_NULL(clk)) return -EINVAL; if (!clk->ops->set_parent && clk->parent == parent) return 0; Loading