Re: [PATCH] drm/imx/tve: fix probe device leak

From: Johan Hovold

Date: Mon Oct 27 2025 - 09:41:47 EST


On Tue, Sep 23, 2025 at 05:13:46PM +0200, Johan Hovold wrote:
> Make sure to drop the reference taken to the DDC device during probe on
> probe failure (e.g. probe deferral) and on driver unbind.
>
> Fixes: fcbc51e54d2a ("staging: drm/imx: Add support for Television Encoder (TVEv2)")
> Cc: stable@xxxxxxxxxxxxxxx # 3.10
> Cc: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> ---

Can this one be picked up for 6.19?

Johan