From: Sachin Kamat Date: Mon, 6 Aug 2012 06:46:17 +0000 (+0530) Subject: drm/exynos: Remove redundant check in exynos_drm_fimd.c file X-Git-Tag: v3.6-rc6~14^2~2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e197417de3414af7c183f7f4abfa2c7e37f297;p=pandora-kernel.git 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 Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed