thermal/drivers/mediatek/lvts_thermal: Remove .hw_tshut_temp
authorNicolas Pitre <nico@fluxnic.net>
Tue, 2 Apr 2024 03:25:37 +0000 (23:25 -0400)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 23 Apr 2024 10:40:29 +0000 (12:40 +0200)
commit554bca31308ab8234bac505d0b86d9082b549a40
tree4e608ed4e418d3c5a655affbd036ca022d0cf9cb
parent62194e637d16ac9b61eec0bfe6d5f662efcddbe7
thermal/drivers/mediatek/lvts_thermal: Remove .hw_tshut_temp

All the .hw_tshut_temp instances are initialized with the same value.
Let's remove those and use a common definition instead. If ever a
different value must be used in the future then an override parameter
could be added back.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20240402032729.2736685-4-nico@fluxnic.net
drivers/thermal/mediatek/lvts_thermal.c