Re: [PATCH v2 1/2] clk: qcom: rpmh: skip undefined clocks when registering

From: Stephen Boyd
Date: Mon Jan 06 2020 - 11:54:34 EST


Quoting Taniya Das (2020-01-06 02:18:42)
> When iterating over a platform's available clocks in clk_rpmh_probe(),
> check for undefined (null) entries in the clocks array. Not all
> clock indexes necessarily have clocks defined.
>
> Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx>
> ---

Applied to clk-next + added the fix for type declaration.