Re: [PATCH 2/2] clk: sprd: return correct type of value for _sprd_pll_recalc_rate

From: Stephen Boyd
Date: Tue May 26 2020 - 23:14:30 EST


Quoting Chunyan Zhang (2020-05-18 20:00:36)
> From: Chunyan Zhang <chunyan.zhang@xxxxxxxxxx>
>
> 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 <chunyan.zhang@xxxxxxxxxx>
> ---

Applied to clk-next