]> git.karo-electronics.de Git - linux-beck.git/commit
Revert "drm/exynos: fix null pointer dereference issue"
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 20 Nov 2014 23:42:55 +0000 (21:42 -0200)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:56 +0000 (18:02 +0900)
commitb67139571ec0956eb94a354572df73cf24d4521c
treef6d7fabac9e8b9d8ac4835b9f3a96b967bc76643
parent5af3d9bb78f130819204ef44ac9d2b635e49fc35
Revert "drm/exynos: fix null pointer dereference issue"

This reverts commit cea24824ab432f8acabb254d6805e9aa756de6af.

Moving subdriver probe to exynos_drm_platform_probe() was making
exynos_drm_device_subdrv_probe() fail because the platform data wasn't set
yet. It only gets set in exynos_drm_load.

We need to find a smarter way to fix this issue.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c