Re: [PATCH] media: c8sectpfe: fix probe device leaks
From: Johan Hovold
Date: Mon Oct 27 2025 - 09:40:36 EST
On Tue, Sep 23, 2025 at 05:16:05PM +0200, Johan Hovold wrote:
> Make sure to drop the references taken to the I2C adapters during probe
> on probe failure (e.g. probe deferral) and on driver unbind.
>
> Fixes: c5f5d0f99794 ("[media] c8sectpfe: STiH407/10 Linux DVB demux support")
> Cc: stable@xxxxxxxxxxxxxxx # 4.3
> Cc: Peter Griffin <peter.griffin@xxxxxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> ---
Can this one be picked up for 6.19?
Johan