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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Feb 2023 07:27:15 +0000 (08:27 +0100)
commit521c6ebd4f6ed4339c94b2463649af2127661cb0
tree742aff826f15a9c246dc729c7048d08e2cce306e
parent6504afa2632a4c6f4e3fb8d5a5742554a47c7a71
thermal/core: Remove duplicate information when an error occurs

[ Upstream commit 3f95ac324535eafafd436d35bf58f0319dd4a70b ]

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>
Stable-dep-of: 6c54b7bc8a31 ("thermal: core: call put_device() only after device_register() fails")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/thermal/thermal_core.c