Re: [PATCH] soc: qcom: pmic_glink: fix OF node leak
From: Konrad Dybcio
Date: Tue Jul 08 2025 - 07:11:29 EST
On 7/8/25 10:57 AM, Johan Hovold wrote:
> Make sure to drop the OF node reference taken when registering the
> auxiliary devices when the devices are later released.
>
> Fixes: 58ef4ece1e41 ("soc: qcom: pmic_glink: Introduce base PMIC GLINK driver")
> Cc: Bjorn Andersson <bjorn.andersson@xxxxxxxxxxxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> ---
Hmm.. maybe the auxdev APIs could one day do this internally
in any case
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad