]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/gpu/drm/exynos/exynos_drm_drv.c
drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c
authorDaniel Kurtz <djkurtz@chromium.org>
Mon, 17 Mar 2014 03:28:06 +0000 (11:28 +0800)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:26 +0000 (00:36 +0900)
commit307ceaffb3a7a4c71999ccd3f8711e9ad2d5e729
tree0de470f4caf962f8a54ec03e0afd763c52021c7b
parent3ea8785503a05a92601ffa209ef7d560d271fa33
drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

The following commit [0] fixed a use-after-free, but left the subdrv open
in the error path.

[0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466
drm/exynos: Fix freeing issues in exynos_drm_drv.c

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Acked-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c