]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
thermal/drivers/hisi: Remove redundant dev_err call in hisi_thermal_probe()
authorYe Bin <yebin10@huawei.com>
Fri, 9 Apr 2021 07:52:24 +0000 (15:52 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 20 Apr 2021 07:18:57 +0000 (09:18 +0200)
commitbeaa41029fdea9d3e01af3a1a800538542d30869
treea5b177cddd24eee5a731707e95acf362de3f7ade
parent2eb87d75f980bcc7c2bd370661f8fcc4ec273ea5
thermal/drivers/hisi: Remove redundant dev_err call in hisi_thermal_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: Ye Bin <yebin10@huawei.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210409075224.2109503-1-yebin10@huawei.com
drivers/thermal/hisi_thermal.c