On Thu, 30 May 2024 02:12:25 +0300, Dmitry Baryshkov wrote: > Turn drm_bridge_connector to using drmm_kzalloc() and > drmm_connector_init() and drop the custom destroy function. The > drm_connector_unregister() and fwnode_handle_put() are already handled > by the drm_connector_cleanup() and so are safe to be dropped. > > > [ ... ] Acked-by: Maxime Ripard <mripard@xxxxxxxxxx> Thanks! Maxime