drm/sun4i: Remove redundant dev_err call in sun4i_tcon_init_regmap()
authorWei Yongjun <weiyongjun1@huawei.com>
Fri, 26 Aug 2016 14:25:25 +0000 (14:25 +0000)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 27 Aug 2016 12:16:13 +0000 (14:16 +0200)
commitaf346f5570f208dcfb319f1214fcf8ca310c6fdd
treebb9e946727af01d477f11e23f7c6f87e42938fdc
parent894f5a9f4b4aaf154fce121d80199a2e2146d6d1
drm/sun4i: Remove redundant dev_err call in sun4i_tcon_init_regmap()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpu/drm/sun4i/sun4i_tcon.c