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

From: Johan Hovold

Date: Wed Jan 14 2026 - 05:58:21 EST


On Thu, Nov 20, 2025 at 02:10:48PM +0100, Johan Hovold wrote:
> 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?

It's been two more months so sending another reminder.

Can this one be merged now?

Johan