Re: [PATCH v1] drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init()

From: Stephen Boyd
Date: Wed Jul 19 2023 - 17:40:52 EST


Quoting Minjie Du (2023-07-12 03:22:46)
> The function clk_register_pll() may return NULL(in line 149) or ERR_PTR
> (in line 131).
> Fix: make IS_ERR_OR_NULL() judge the clk_register_pll() function return.
>
> Signed-off-by: Minjie Du <duminjie@xxxxxxxx>
> ---

Applied to clk-next