thermal/drivers/thermal_mmio: Remove redundant dev_err call in thermal_mmio_probe()
authorRuiqi Gong <gongruiqi1@huawei.com>
Thu, 8 Apr 2021 10:01:44 +0000 (06:01 -0400)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 20 Apr 2021 06:58:47 +0000 (08:58 +0200)
commit8cd7ab2a1a393f37f2e2f4b3ff595d98c245b854
treeb415aa0803da8c27ca3537f63fac559703c51c9f
parenta2149ab815fce21d0d83082818116519e44f87be
thermal/drivers/thermal_mmio: Remove redundant dev_err call in thermal_mmio_probe()

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: Ruiqi Gong <gongruiqi1@huawei.com>
Acked-by: Talel Shenhar <talel@amazon.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210408100144.7494-1-gongruiqi1@huawei.com
drivers/thermal/thermal_mmio.c