]> www.infradead.org Git - users/jedix/linux-maple.git/commit
thermal/drivers/bcm2835: Remove redundant dev_err call in bcm2835_thermal_probe()
authorRuiqi Gong <gongruiqi1@huawei.com>
Thu, 8 Apr 2021 10:03:29 +0000 (06:03 -0400)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 8 Apr 2021 21:43:57 +0000 (23:43 +0200)
commitdd2bbec12b31eac2328c35c90af2c8242f34b78b
tree064af1def25bb567b8628f039485d147fbd78f7e
parenta537fb8831dd7cb260ee77cd2710623b6c485006
thermal/drivers/bcm2835: Remove redundant dev_err call in bcm2835_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: Ruiqi Gong <gongruiqi1@huawei.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210408100329.7585-1-gongruiqi1@huawei.com
drivers/thermal/broadcom/bcm2835_thermal.c