media: camss: csiphy: Remove redundant dev_err call in msm_csiphy_subdev_init()
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 1 Apr 2021 10:35:00 +0000 (12:35 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 6 Apr 2021 14:09:50 +0000 (16:09 +0200)
commit6fe1152a1f6cd5fadb54b9823d46787bc2a34952
treeebd8074c0e09124abf9dbe40ad9607e232cf936d
parentf274245b5777c7ade7015cd27250f053030bcc6e
media: camss: csiphy: Remove redundant dev_err call in msm_csiphy_subdev_init()

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: 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-csiphy.c