drm/exynos: decon5433: Remove unnecessary platform_get_resource() error check
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 18 Dec 2017 13:02:25 +0000 (11:02 -0200)
committerInki Dae <inki.dae@samsung.com>
Mon, 1 Jan 2018 23:36:39 +0000 (08:36 +0900)
commitcb30701b7482cfe2e03ca6186b7c89043faa1f25
tree6481471638fedd04ccd76faf1ec44dff9e8636d8
parent350877626faba5d60cbb8cef2bdeb524212c780b
drm/exynos: decon5433: Remove unnecessary platform_get_resource() error check

devm_ioremap_resource() already checks if the resource is NULL, so
remove the unnecessary platform_get_resource() error check.

Cc: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c