Re: [PATCH] hwmon: gsc-hwmon: scale temperature to millidegrees

2020-08-27 Thread Guenter Roeck
On Thu, Aug 27, 2020 at 10:20:24AM -0700, Tim Harvey wrote: > The GSC registers report temperature in decidegrees celcius so we > need to scale it to represent the hwmon sysfs API of millidegrees. > > Cc: sta...@vger.kernel.org > Signed-off-by: Tim Harvey Applied. Thanks, Guenter > --- > driv

[PATCH] hwmon: gsc-hwmon: scale temperature to millidegrees

2020-08-27 Thread Tim Harvey
The GSC registers report temperature in decidegrees celcius so we need to scale it to represent the hwmon sysfs API of millidegrees. Cc: sta...@vger.kernel.org Signed-off-by: Tim Harvey --- drivers/hwmon/gsc-hwmon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hwmon/gsc-hwmon.c b/