media: ti-vpe: csc: remove redundant dev_err call in csc_create()
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 1 Apr 2021 10:28:50 +0000 (12:28 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 6 Apr 2021 14:09:16 +0000 (16:09 +0200)
commitdd5467909a2e400198b6e821a2a08045d721cb8b
treef645754c4160ea075a98af247aab08e8583852c8
parentd21ffd937a3fb91d87fbec62bb8d0422c536536a
media: ti-vpe: csc: remove redundant dev_err call in csc_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/csc.c