drm/arc: Remove redundant dev_err call in arcpgu_load()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 19 Jul 2016 12:01:37 +0000 (12:01 +0000)
committerSean Paul <seanpaul@chromium.org>
Tue, 19 Jul 2016 19:33:50 +0000 (15:33 -0400)
commit7725936e9c45e597f4dbd173af390ec7155225e0
treef7a89d2d305bd543b77936f999b7eca5b0ad7333
parentee29a9eaff92298412904669371037cb202b89b3
drm/arc: Remove redundant dev_err call in arcpgu_load()

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 <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/arc/arcpgu_drv.c