Re: [PATCH -next] spmi: pmic-arb: Add check for return value of platform_get_resource_byname

From: Stephen Boyd
Date: Mon Aug 05 2024 - 17:55:15 EST


Quoting Gaosheng Cui (2024-08-02 23:56:25)
> Add check for the return value of platform_get_resource_byname() and
> return the error if it fails to catch the error.
>
> Signed-off-by: Gaosheng Cui <cuigaosheng1@xxxxxxxxxx>

Is this the right fixes tag?

Fixes: b319b5922db2 ("spmi: pmic-arb: remove the read/write access checks")