]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/sun4i: Fix an error handling path in 'sun4i_drv_bind()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 11 Mar 2018 23:19:09 +0000 (00:19 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 12 Mar 2018 09:42:09 +0000 (10:42 +0100)
commit9ca8614980d4593dcff649f8aefe604079cfafe1
tree13e337b7ccb7a4224d7ac4843b9d2025deff003a
parent7035046d6d02d455325c5d0328bcc8a0b5dd96b0
drm/sun4i: Fix an error handling path in 'sun4i_drv_bind()'

Commit 070badfab767 ("drm/sun4i: call drm_vblank_init with correct number
of crtcs") has moved some code without updating the error handling gotos
accordingly.

Branch to the correct label and remove a now unused lablel.

Fixes: 070badfab767 ("drm/sun4i: call drm_vblank_init with correct number of crtcs")
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/20180311231909.5381-1-christophe.jaillet@wanadoo.fr
drivers/gpu/drm/sun4i/sun4i_drv.c