On Mon, 29 Aug 2022 15:11:53 +0200, Maxime Ripard wrote: > The other error labels in sun4i_tv_bind() are named after the task they > perform (err_disable_clk to call clk_disable_unprepare for example). > > However, the err_cleanup_connector is named after the calling site > (drm_connector_init failing) and will actually cleanup the encoder. Let's > rename it to err_cleanup_encoder to be consistent. > > [...] Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime