]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/gpu/drm/exynos/exynos_drm_fimd.c
drm/exynos: fimd: check whether exynos_drm_crtc_create succeed or not
authorHyungwon Hwang <human.hwang@samsung.com>
Tue, 7 Apr 2015 13:19:43 +0000 (22:19 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 13 Apr 2015 02:39:41 +0000 (11:39 +0900)
commitd1222842c1c7c2760ebd412238d9bb6234e6742c
treec619a859e83f05571c1945a14740c9e792b9d943
parent643c3024a5ee2bf74ee25c8dd03bcd287f3b2833
drm/exynos: fimd: check whether exynos_drm_crtc_create succeed or not

>From the commit "drm/exynos: fix the execution order in FIMD
initialization" (598285bfdce46d7c47632a2ba4b980f60be4a677), the error
checking code is removed improperly. This patch fix the regression.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimd.c