On Mon, 25 Oct 2021 17:15:28 +0200, Maxime Ripard wrote:
Commit 24417d5b0c00 ("drm/bridge: ti-sn65dsi83: Implement .detach callback") moved the unregistration of the bridge DSI device and bridge itself to the detach callback.
While this is correct for the DSI device detach and unregistration, the bridge is added in the driver probe, and should thus be removed as part of its remove callback.
[...]
Applied to drm/drm-misc (drm-misc-next).
Thanks! Maxime