From: Sachin Kamat Date: Mon, 6 Aug 2012 06:46:16 +0000 (+0530) Subject: drm/exynos: Remove redundant check in exynos_hdmi.c file X-Git-Tag: v3.6-rc6~14^2~2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba073cdd8b770f990916a7b506d7b31fadb70a5;p=pandora-kernel.git drm/exynos: Remove redundant check in exynos_hdmi.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