]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: Remove redundant check in exynos_hdmi.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 Aug 2012 06:46:16 +0000 (12:16 +0530)
committerInki Dae <inki.dae@samsung.com>
Thu, 13 Sep 2012 03:38:07 +0000 (12:38 +0900)
commit5359ae9049c6b9b14385417f40a0d74597bfb7d7
tree50d8fd3271e1f331df1729d1cd36f4ccae5ea3f9
parentfaf5a0fa6252f5825a1fd8c6f7dbfe1205628f70
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 <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_hdmi.c