Re: [PATCH] drm/mediatek: fix device leaks at bind
From: Johan Hovold
Date: Wed Aug 27 2025 - 05:51:27 EST
On Tue, Jul 22, 2025 at 11:27:22AM +0200, Johan Hovold wrote:
> Make sure to drop the references to the sibling platform devices and
> their child drm devices taken by of_find_device_by_node() and
> device_find_child() when initialising the driver data during bind().
>
> Fixes: 1ef7ed48356c ("drm/mediatek: Modify mediatek-drm for mt8195 multi mmsys support")
> Cc: stable@xxxxxxxxxxxxxxx # 6.4
> Cc: Nancy.Lin <nancy.lin@xxxxxxxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
Can this one be picked up?
Johan