Re: [PATCH] cpufreq: mediatek: fix device leak on probe failure

From: Johan Hovold
Date: Wed Sep 17 2025 - 08:55:11 EST


On Tue, Sep 09, 2025 at 09:38:19AM +0200, Johan Hovold wrote:
> Make sure to drop the reference to the cci device taken by
> of_find_device_by_node() on probe failure (e.g. probe deferral).
>
> Fixes: 0daa47325bae ("cpufreq: mediatek: Link CCI device to CPU")
> Cc: Jia-Wei Chang <jia-wei.chang@xxxxxxxxxxxx>
> Cc: Rex-BC Chen <rex-bc.chen@xxxxxxxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>

Can this one be picked up for 6.18?

Johan