]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5aff2350fe26295a25e202af548c4c085cf2188f
treebb9e946727af01d477f11e23f7c6f87e42938fdc
parentabdca307e9394480b618c11ecc0fac543abe2145
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