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

From: Johan Hovold

Date: Thu Nov 20 2025 - 08:10:48 EST


On Thu, Oct 30, 2025 at 05:34:56PM +0100, 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>
> Reviewed-by: Frank Li <Frank.Li@xxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> ---
>
> Changes in v2:
> - add missing NULL ddc check

Can this one be picked up for 6.19?

Johan