Ji-Ze Hong (Peter Hong)
f21579e443
hwmon: (f71882fg) Fix negative temperature
...
[ Upstream commit 4aaaaf0f279836f06d3b9d0ffeec7a1e1a04ceef ]
All temperature of Fintek superio hwmonitor that using 1-byte reg will use
2's complement.
In show_temp()
temp = data->temp[nr] * 1000;
When data->temp[nr] read as 255, it indicate -1C, but this code will report
255C to userspace. It'll be ok when change to:
temp = ((s8)data->temp[nr]) * 1000;
Signed-off-by: Ji-Ze Hong (Peter Hong) <hpeter+linux_kernel@gmail.com>
Link: https://lore.kernel.org/r/20220418090706.6339-1-hpeter+linux_kernel@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-05-18 10:26:51 +02:00
..
2021-10-02 04:35:09 -07:00
2022-05-12 12:30:11 +02:00
2019-05-24 17:36:45 +02:00
2019-11-06 14:37:19 -08:00
2021-03-08 19:10:30 +01:00
2019-05-30 11:25:18 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2021-04-20 06:50:14 -07:00
2019-05-24 17:36:45 +02:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-12-02 17:42:23 -08:00
2021-05-12 18:53:11 -07:00
2020-09-23 09:42:40 -07:00
2019-05-24 17:36:42 +02:00
2019-05-24 17:36:45 +02:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:25:18 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2022-05-12 12:30:11 +02:00
2020-09-23 09:42:39 -07:00
2021-01-27 17:44:19 -08:00
2020-09-23 09:42:39 -07:00
2021-04-20 06:50:14 -07:00
2021-08-28 08:53:30 -07:00
2019-09-03 12:47:17 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:40 -07:00
2021-01-27 17:44:18 -08:00
2019-06-23 18:33:01 -07:00
2020-09-23 09:42:39 -07:00
2021-08-17 14:54:26 -07:00
2021-06-17 04:21:45 -07:00
2020-10-04 08:40:10 -07:00
2020-03-24 21:33:36 +01:00
2021-05-17 19:50:23 -05:00
2021-12-17 10:30:12 +01:00
2021-02-11 20:28:56 -08:00
2019-05-30 11:26:32 -07:00
2022-02-16 12:56:39 +01:00
2020-09-23 09:42:40 -07:00
2020-12-02 17:42:23 -08:00
2020-09-23 09:42:39 -07:00
2021-04-20 06:50:14 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:40 -07:00
2019-05-24 17:36:45 +02:00
2022-05-18 10:26:51 +02:00
2020-09-23 09:42:40 -07:00
2021-08-17 14:54:26 -07:00
2020-09-23 09:42:39 -07:00
2021-04-20 06:50:14 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2021-01-27 17:44:18 -08:00
2020-09-23 09:42:41 -07:00
2020-09-23 09:42:39 -07:00
2020-08-23 17:36:59 -05:00
2022-03-02 11:47:54 +01:00
2020-08-04 14:24:39 -07:00
2019-05-30 11:26:37 -07:00
2020-03-08 20:35:46 -07:00
2019-05-30 11:26:35 -07:00
2020-12-02 17:42:23 -08:00
2020-12-11 07:42:27 -08:00
2021-04-20 06:50:14 -07:00
2021-04-20 06:50:14 -07:00
2021-06-17 04:21:46 -07:00
2021-08-17 14:54:25 -07:00
2021-04-20 06:50:14 -07:00
2020-09-23 09:42:39 -07:00
2019-09-03 12:47:17 -07:00
2021-09-12 17:56:36 -07:00
2022-05-18 10:26:50 +02:00
2021-04-20 06:50:14 -07:00
2021-04-20 06:50:14 -07:00
2021-06-17 04:21:44 -07:00
2020-09-23 09:42:40 -07:00
2021-06-17 04:21:44 -07:00
2020-05-22 06:28:38 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2021-05-13 17:30:01 +02:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:40 -07:00
2022-02-01 17:27:12 +01:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2019-04-15 17:19:53 -07:00
2021-04-20 06:50:14 -07:00
2021-09-24 05:02:24 -07:00
2020-09-23 09:42:40 -07:00
2019-11-06 14:37:19 -08:00
2019-11-06 14:37:19 -08:00
2021-04-20 06:50:14 -07:00
2021-05-10 08:02:15 -07:00
2021-04-20 06:50:14 -07:00
2021-04-20 06:50:14 -07:00
2021-04-20 06:50:14 -07:00
2020-09-23 09:42:39 -07:00
2021-04-20 06:50:14 -07:00
2021-04-20 06:50:14 -07:00
2019-05-21 11:28:45 +02:00
2021-08-28 08:53:30 -07:00
2020-12-02 17:42:24 -08:00
2019-06-19 17:09:55 +02:00
2019-06-05 17:37:06 +02:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2021-05-17 19:50:37 -05:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2021-01-27 17:44:18 -08:00
2021-04-20 06:50:14 -07:00
2021-04-20 06:50:14 -07:00
2021-06-17 04:21:44 -07:00
2020-09-23 09:42:39 -07:00
2021-06-17 04:21:46 -07:00
2019-02-18 14:23:29 -08:00
2020-09-23 09:42:39 -07:00
2019-05-30 11:26:32 -07:00
2021-09-16 14:48:20 -07:00
2022-01-27 11:03:48 +01:00
2021-04-20 06:50:14 -07:00
2020-08-23 17:36:59 -05:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2019-09-03 12:47:17 -07:00
2019-06-05 17:37:14 +02:00
2021-08-17 14:54:25 -07:00
2021-04-20 06:50:14 -07:00
2021-01-27 17:44:17 -08:00
2019-05-30 11:26:41 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2021-12-14 10:57:14 +01:00
2021-03-23 15:22:40 +01:00
2021-04-20 06:50:14 -07:00
2021-08-17 14:54:25 -07:00
2020-12-12 08:32:35 -08:00
2022-04-08 14:23:07 +02:00
2021-06-17 04:21:44 -07:00
2021-06-17 04:21:44 -07:00
2021-06-17 04:21:44 -07:00
2021-03-30 16:34:55 +01:00
2021-06-09 11:51:30 -07:00
2020-09-23 09:42:39 -07:00
2021-06-17 04:21:45 -07:00
2019-04-17 10:37:23 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:40 -07:00
2019-05-24 17:36:45 +02:00
2020-09-17 16:02:42 +01:00
2021-04-20 06:50:14 -07:00
2019-05-24 17:36:45 +02:00
2021-01-27 17:44:17 -08:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:39:40 -07:00
2021-04-20 06:50:14 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2022-05-18 10:26:47 +02:00
2021-09-24 05:00:53 -07:00
2020-10-04 08:40:10 -07:00
2021-06-10 08:40:09 -07:00
2019-05-21 10:50:45 +02:00
2021-04-20 06:50:14 -07:00
2019-05-24 17:36:45 +02:00
2020-03-24 21:33:36 +01:00
2019-05-24 17:36:45 +02:00
2020-08-04 14:24:39 -07:00
2020-09-23 09:42:39 -07:00
2020-09-23 09:42:39 -07:00
2021-08-17 14:54:25 -07:00
2020-08-23 17:36:59 -05:00
2020-09-23 09:42:39 -07:00
2021-08-17 14:54:26 -07:00
2021-10-02 05:11:52 -07:00
2021-10-02 05:12:05 -07:00
2021-10-02 05:14:11 -07:00
2020-09-23 09:42:40 -07:00
2019-06-05 17:30:30 +02:00
2019-06-05 17:30:30 +02:00
2021-04-20 06:50:14 -07:00