Re: [PATCH] tg3: Fix temperature reporting

2015-09-01 Thread David Miller
From: Jean Delvare Date: Tue, 1 Sep 2015 18:07:41 +0200 > The temperature registers appear to report values in degrees Celsius > while the hwmon API mandates values to be exposed in millidegrees > Celsius. Do the conversion so that the values reported by "sensors" > are correct. > > Fixes: aed93

[PATCH] tg3: Fix temperature reporting

2015-09-01 Thread Jean Delvare
The temperature registers appear to report values in degrees Celsius while the hwmon API mandates values to be exposed in millidegrees Celsius. Do the conversion so that the values reported by "sensors" are correct. Fixes: aed93e0bf493 ("tg3: Add hwmon support for temperature") Signed-off-by: Jean