On 04/22, Heiko Stuebner wrote: > @@ -1401,18 +1402,40 @@ static int clk_fetch_parent_index(struct clk_core > *clk, > return -EINVAL; > } > > +/* > + * Update the orphan status of @clk and all its children. > + */ > +static void clk_core_update_orphan_status(struct clk_core *clk, bool > is_orphan)
Missed s/clk/core/ here. I did it, no need to resend. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

