drm/arm: mali-dp: Remove redundant dev_err call in malidp_bind()
authorWei Yongjun <weiyj.lk@gmail.com>
Thu, 28 Jul 2016 02:09:13 +0000 (02:09 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 28 Jul 2016 10:59:12 +0000 (12:59 +0200)
commit1a9d71f84c8d6f981bc598398ddbbec4ee25e3c7
treebb71fe7b34a15f10e3271891630a214ba762937a
parent8d762017f482386cd73e77bb250e0a9dd1fe5a25
drm/arm: mali-dp: Remove redundant dev_err call in malidp_bind()

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

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1469671753-12961-1-git-send-email-weiyj.lk@gmail.com
drivers/gpu/drm/arm/malidp_drv.c