]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/stm: ltdc: Remove unnecessary platform_get_resource() error check
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 18 Dec 2017 13:02:29 +0000 (11:02 -0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Tue, 19 Dec 2017 14:23:45 +0000 (15:23 +0100)
commiteb393dbc8f5b2ca7c87749795fd49b8cf77ab04b
treec2c41c2a99c2cce7d743c05179b091aa9954b6ed
parent6cf7e40b5cf0d8de1ccec73cc9e6db8f0023ef8b
drm/stm: ltdc: 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: Philippe Cornu <philippe.cornu@st.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Philippe Cornu <philippe.cornu@st.com>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1513602150-7542-6-git-send-email-festevam@gmail.com
drivers/gpu/drm/stm/ltdc.c