media: camss: ispif: Remove redundant dev_err call in msm_ispif_subdev_init()
authorYang Yingliang <yangyingliang@huawei.com>
Fri, 9 Apr 2021 05:06:33 +0000 (07:06 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 9 Apr 2021 11:17:10 +0000 (13:17 +0200)
commita24bbbf24d9c968de0f996b53695993095737386
tree7583be2ddd0ed5b72106e2da85dd192cd18a660a
parent5f58ac04f36e32507d8f60fd47266ae2a60a2fa8
media: camss: ispif: Remove redundant dev_err call in msm_ispif_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-ispif.c