hwmon: (scpi-hwmon) shows the negative temperature properly
authorRiwen Lu <luriwen@kylinos.cn>
Fri, 4 Jun 2021 03:09:59 +0000 (11:09 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Jun 2021 12:42:49 +0000 (14:42 +0200)
commita87abba03a7a9a4aa282d6b5fe796ffac431255a
treef3ca575f039dbecdc543b8fdc46ac89d45e6a797
parent57b21ef118acfc76dd1a73c1240b3bc7a17c8786
hwmon: (scpi-hwmon) shows the negative temperature properly

[ Upstream commit 78d13552346289bad4a9bf8eabb5eec5e5a321a5 ]

The scpi hwmon shows the sub-zero temperature in an unsigned integer,
which would confuse the users when the machine works in low temperature
environment. This shows the sub-zero temperature in an signed value and
users can get it properly from sensors.

Signed-off-by: Riwen Lu <luriwen@kylinos.cn>
Tested-by: Xin Chen <chenxin@kylinos.cn>
Link: https://lore.kernel.org/r/20210604030959.736379-1-luriwen@kylinos.cn
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/scpi-hwmon.c