]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0082adda123334622726699a79a026612457e996
treef7a89d2d305bd543b77936f999b7eca5b0ad7333
parentddef696f9e435cfcb53836c1437b8b989323f700
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