OSDN Git Service

drm/stm: dsi: Remove unnecessary platform_get_resource() error check
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 18 Dec 2017 13:02:28 +0000 (11:02 -0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Tue, 19 Dec 2017 14:23:25 +0000 (15:23 +0100)
commit6cf7e40b5cf0d8de1ccec73cc9e6db8f0023ef8b
treec65bc4b8cf77a02f303c68ec7aefbc79065640f1
parent5fca5ece6af8dd507c0459262766369e057e6d60
drm/stm: dsi: 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-5-git-send-email-festevam@gmail.com
drivers/gpu/drm/stm/dw_mipi_dsi-stm.c