Re: [PATCH] clk: mmp: Fix NULL vs IS_ERR() check
From: Stephen Boyd
Date: Fri Mar 07 2025 - 14:05:18 EST
Quoting Charles Han (2025-03-06 22:47:07)
> The devm_kzalloc() function returns NULL on error, not error pointers.
> Fix the check.
>
> Fixes: 03437e857b0a ("clk: mmp: Add Marvell PXA1908 APMU driver")
> Signed-off-by: Charles Han <hanchunchao@xxxxxxxxxx>
> ---
Applied to clk-next