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: [email protected] # 3.10
> Cc: Philipp Zabel <[email protected]>
> Reviewed-by: Frank Li <[email protected]>
> Signed-off-by: Johan Hovold <[email protected]>
> ---
>
> Changes in v2:
> - add missing NULL ddc check
Can this one be picked up for 6.19?
Johan