Dear Linus, Thank you for applying the patch to drm-misc-next.
Best regards, Myeonghun Pak 2026년 5월 5일 (화) 오후 6:18, Linus Walleij <[email protected]>님이 작성: > On Fri, Apr 24, 2026 at 2:41 PM Myeonghun Pak <[email protected]> wrote: > > > tve200_modeset_init() creates a panel bridge and initializes the DRM > > mode config before tve200_probe() registers the DRM device. If > > drm_dev_register() fails, probe returns an error and the driver's remove > > callback is not called, so those modeset resources are left behind. > > > > Unwind the panel bridge and mode config on that failure path before > > disabling the clock and dropping the DRM device reference. > > > > Signed-off-by: Myeonghun Pak <[email protected]> > > Patch applied to drm-misc-next. > > Yours, > Linus Walleij >
