Re: [PATCH -next] spmi: pmic-arb: Add check for return value of platform_get_resource_byname
From: cuigaosheng
Date: Tue Aug 06 2024 - 08:06:54 EST
Thanks for your time.
I've made and submitted a patch v2, and I think the right fixes tag is
as follows:
Fixes: 39ae93e3a31d ("spmi: Add MSM PMIC Arbiter SPMI controller")
On 2024/8/6 5:55, Stephen Boyd wrote:
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")
.