Re: [PATCH] clk: keystone: pll: fix a couple NULL vs IS_ERR() checks
From: Stephen Boyd
Date: Wed Oct 18 2023 - 20:53:16 EST
Quoting Dan Carpenter (2023-10-05 07:01:57)
> The clk_register_divider() and clk_register_mux() functions returns
> error pointers on error but this code checks for NULL. Fix that.
>
> Fixes: b9e0d40c0d83 ("clk: keystone: add Keystone PLL clock driver")
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> ---
Applied to clk-next