On Thu, Jun 20, 2013 at 8:38 AM, Mike Turquette <[email protected]> wrote: > Quoting Linus Walleij (2013-06-09 03:55:47) >> +static void pll_clk_disable(struct clk_hw *hw) >> +{ >> + struct clk_pll *pll = to_pll(hw); >> + u32 val; >> + >> + return; > > Is the early return intentional? Everything else looks good.
Of course not :-) At one time it had no proper children registered so would declock the entire system if I didn't have that in... fixed up. > Acked-by: Mike Turquette <[email protected]> Thanks, sending this to ARM SoC now. Yours, Linus Walleij _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
