Re: [PATCH] drm/mediatek: mtk_dp: Fix hdmi codec and phy driver unregistration

2025-04-09 Thread Chen-Yu Tsai
On Thu, Apr 3, 2025 at 7:09 PM AngeloGioacchino Del Regno wrote: > > During probe, this driver is registering two platform devices: one > for the HDMI Codec driver and one for the DisplayPort PHY driver. > > In the probe function, none of the error cases are unregistering > any of the two platform

[PATCH] drm/mediatek: mtk_dp: Fix hdmi codec and phy driver unregistration

2025-04-03 Thread AngeloGioacchino Del Regno
During probe, this driver is registering two platform devices: one for the HDMI Codec driver and one for the DisplayPort PHY driver. In the probe function, none of the error cases are unregistering any of the two platform devices and this may cause registration of multiple instances of those in ca