drm/exynos: Remove redundant NULL check
commit3fb6922eae7e9c8be5d6b305b37c7495ffbf0e01
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 24 Dec 2012 08:33:44 +0000 (24 14:03 +0530)
committerInki Dae <inki.dae@samsung.com>
Fri, 4 Jan 2013 06:54:34 +0000 (4 15:54 +0900)
tree881f1d4c901f2bd50ca270b0efe025f16d23e7cc
parent87acdde56d4cbf9c4b6a4d278434333bd613fd16
drm/exynos: Remove redundant NULL check

devm_request_and_ioremap API checks for NULL. Hence explicit
NULL check is not necessary. Saves some code.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimc.c