thermal/core: Remove duplicate information when an error occurs
authorDaniel Lezcano <daniel.lezcano@linexp.org>
Fri, 22 Jul 2022 19:59:58 +0000 (21:59 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 28 Jul 2022 15:29:53 +0000 (17:29 +0200)
commit3f95ac324535eafafd436d35bf58f0319dd4a70b
tree31c10e6e251e5030006b82c3db03e37f6d211817
parent50e53291e9f188a44652f11606ae6b544facdccc
thermal/core: Remove duplicate information when an error occurs

The pr_err already tells it is an error, it is pointless to add the
'Error:' string in the messages. Remove them.

Cc: Alexandre Bailon <abailon@baylibre.com>
Cc: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linexp.org>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Link: https://lore.kernel.org/r/20220722200007.1839356-2-daniel.lezcano@linexp.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/thermal_core.c