]> git.baikalelectronics.ru Git - kernel.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)
commitc3cf8e8fcaade0f5cd40239f186b00c872dc3e8e
treef6d7fabac9e8b9d8ac4835b9f3a96b967bc76643
parent6f8ffa796b476a48a0f7fd7fd935ce871615ab39
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