Re: [PATCH next] clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() bug in probe

From: Stephen Boyd
Date: Tue Dec 03 2024 - 15:06:50 EST


Quoting Dan Carpenter (2024-11-20 09:18:44)
> The devm_kzalloc() function doesn't return error pointers, it returns
> NULL on error. Update the check to match.
>
> Fixes: a89233dbd4df ("clk: mmp: Add Marvell PXA1908 APBCP driver")
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> ---

Applied to clk-next