]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/gpu/drm/sun4i/sun4i_backend.c
drm/sun4i: backend: remove redundant dev_err call in sun4i_backend_bind()
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 15 Sep 2016 03:25:58 +0000 (03:25 +0000)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 18 Sep 2016 19:04:15 +0000 (21:04 +0200)
commit9a8aa939ba33998f4c70c082dbd4d27a5ddcaaf6
tree0cc6ef2cd7dd565d0617d1c8adb12493946124c1
parent0c3ff44cc23cbede56aa1ca5916b126e681ca69b
drm/sun4i: backend: remove redundant dev_err call in sun4i_backend_bind()

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_backend.c