drm/exynos: Remove redundant NULL check in exynos_drm_gsc.c
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 24 Dec 2012 08:33:50 +0000 (14:03 +0530)
committerInki Dae <inki.dae@samsung.com>
Fri, 4 Jan 2013 06:54:35 +0000 (15:54 +0900)
commita8527cf5c344df60485e2c0a9196f0550550ae00
tree05e0363f27c9b965045a6279d5d981747ce2a4d6
parentcfdee8f421759c4cf173291977b71757ff4eae27
drm/exynos: Remove redundant NULL check in exynos_drm_gsc.c

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_gsc.c