media: camss: csid: Remove redundant dev_err call in msm_csid_subdev_init()
authorYang Yingliang <yangyingliang@huawei.com>
Fri, 2 Apr 2021 09:32:55 +0000 (11:32 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 6 Apr 2021 14:10:05 +0000 (16:10 +0200)
commit6c0ed6d4b3211f135905e6f75475788b864234bd
tree64f7180fa2e52e20b994fc9dec94b45f21679cb0
parent6fe1152a1f6cd5fadb54b9823d46787bc2a34952
media: camss: csid: Remove redundant dev_err call in msm_csid_subdev_init()

There is a 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: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/qcom/camss/camss-csid.c