Quoting Chunyan Zhang (2020-05-18 20:00:36) > From: Chunyan Zhang <[email protected]> > > The function _sprd_pll_recalc_rate() defines return value to unsigned > long, but it would return a negative value when malloc fail, changing > to return its parent_rate makes more sense, since if the callback > .recalc_rate() is not set, the framework returns the parent_rate as > well. > > Fixes: 3e37b005580b ("clk: sprd: add adjustable pll support") > Signed-off-by: Chunyan Zhang <[email protected]> > ---
Applied to clk-next

