Files
linux/drivers/gpu/drm
Maxime Ripard 7c4180b151 drm/sun4i: tv: Rename error label
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.

Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220728-rpi-analog-tv-properties-v2-39-459522d653a7@cerno.tech
2022-09-07 10:30:41 +02:00
..
2022-08-29 09:44:12 +02:00
2022-09-07 10:30:41 +02:00
2022-08-26 14:22:59 +02:00
2022-06-28 07:56:32 +02:00
2022-07-21 12:16:10 +02:00
2022-04-07 12:53:53 +02:00
2022-04-12 09:27:20 +03:00
2022-08-26 13:41:33 +02:00