Re: [PATCH v1 30/35] drm/sun4i: tv: Rename error label

2022-07-30 Thread Jernej Škrabec
Dne petek, 29. julij 2022 ob 18:35:13 CEST je Maxime Ripard napisal(a): > 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_con

[PATCH v1 30/35] drm/sun4i: tv: Rename error label

2022-07-29 Thread Maxime Ripard
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