media: ti-vpe: sc: remove redundant dev_err call in sc_create()
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 1 Apr 2021 10:30:15 +0000 (12:30 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 6 Apr 2021 14:09:31 +0000 (16:09 +0200)
commitf274245b5777c7ade7015cd27250f053030bcc6e
tree15ed0adbe309a9da5b5a3760567dda8e01902f8f
parentdd5467909a2e400198b6e821a2a08045d721cb8b
media: ti-vpe: sc: remove redundant dev_err call in sc_create()

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

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/ti-vpe/sc.c