]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: Remove redundant check in exynos_drm_fimd.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 Aug 2012 06:46:17 +0000 (12:16 +0530)
committerInki Dae <inki.dae@samsung.com>
Thu, 13 Sep 2012 03:38:07 +0000 (12:38 +0900)
commitf4b7927347f4425fb583029b33e5f470e4345070
treed1c850cad2dca0854c04601883a58d98b1316394
parentad674120cb899d0ebd90d31192e26f4e0c6940a2
drm/exynos: Remove redundant check in exynos_drm_fimd.c file

devm_request_and_ioremap function checks the validity of the
pointer returned by platform_get_resource. Hence an additional check
in the probe function is not necessary.

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