thermal: core: Remove pointless debug traces
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 31 Mar 2020 16:54:49 +0000 (18:54 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 14 Apr 2020 09:41:12 +0000 (11:41 +0200)
commit44fc73223eebaf4a0c970072819d34ff1d92ce7b
tree4f7715bb5b2292939d32fb0f7c06c5ac8a8309db
parentbceb5646a15dad49ceb29ec16b8acc10075d0627
thermal: core: Remove pointless debug traces

The last temperature and the current temperature are show via a
dev_debug. The line before, those temperature are also traced.

It is pointless to duplicate the traces for the temperatures,
remove the dev_dbg traces.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Link: https://lore.kernel.org/r/20200331165449.30355-2-daniel.lezcano@linaro.org
drivers/thermal/thermal_core.c