]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/sun4i: hdmi: Fix another error handling path in 'sun4i_hdmi_bind()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 18 Mar 2018 22:48:10 +0000 (23:48 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 20 Mar 2018 10:50:28 +0000 (11:50 +0100)
commit1bc659eb2369ab795a401ff82f7e3a87a46bc864
treee9f134278ac348d46e7a4b80ea0cda7e3ca267f5
parent8250e6cadceddefb8ab32eb7a011b3201adebbb3
drm/sun4i: hdmi: Fix another error handling path in 'sun4i_hdmi_bind()'

If we can not get the HDMI DDC clock, we still need to free some
resources before returning.

Fixes: 939d749ad664 ("drm/sun4i: hdmi: Add support for controller hardware variants")
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/5e0084af4ad57e9eea3bca5bd8e2e95970cd6714.1521413031.git.christophe.jaillet@wanadoo.fr
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c