Re: [PATCH v2] hwmon: (k10temp) Fix reading critical temperature register

2018-04-29 Thread Guenter Roeck
On 04/29/2018 09:03 AM, Gabriel C wrote: 2018-04-29 17:08 GMT+02:00 Guenter Roeck : The HTC (Hardware Temperature Control) register has moved for recent chips. Signed-off-by: Guenter Roeck --- v2: Actually call the new function pointer from

Re: [PATCH v2] hwmon: (k10temp) Fix reading critical temperature register

2018-04-29 Thread Guenter Roeck
On 04/29/2018 09:03 AM, Gabriel C wrote: 2018-04-29 17:08 GMT+02:00 Guenter Roeck : The HTC (Hardware Temperature Control) register has moved for recent chips. Signed-off-by: Guenter Roeck --- v2: Actually call the new function pointer from show_temp_crit(). drivers/hwmon/k10temp.c | 40

Re: [PATCH v2] hwmon: (k10temp) Fix reading critical temperature register

2018-04-29 Thread Gabriel C
2018-04-29 17:08 GMT+02:00 Guenter Roeck : > The HTC (Hardware Temperature Control) register has moved > for recent chips. > > Signed-off-by: Guenter Roeck > --- > v2: Actually call the new function pointer from show_temp_crit(). > >

Re: [PATCH v2] hwmon: (k10temp) Fix reading critical temperature register

2018-04-29 Thread Gabriel C
2018-04-29 17:08 GMT+02:00 Guenter Roeck : > The HTC (Hardware Temperature Control) register has moved > for recent chips. > > Signed-off-by: Guenter Roeck > --- > v2: Actually call the new function pointer from show_temp_crit(). > > drivers/hwmon/k10temp.c | 40

[PATCH v2] hwmon: (k10temp) Fix reading critical temperature register

2018-04-29 Thread Guenter Roeck
The HTC (Hardware Temperature Control) register has moved for recent chips. Signed-off-by: Guenter Roeck --- v2: Actually call the new function pointer from show_temp_crit(). drivers/hwmon/k10temp.c | 40 ++-- 1 file changed, 30

[PATCH v2] hwmon: (k10temp) Fix reading critical temperature register

2018-04-29 Thread Guenter Roeck
The HTC (Hardware Temperature Control) register has moved for recent chips. Signed-off-by: Guenter Roeck --- v2: Actually call the new function pointer from show_temp_crit(). drivers/hwmon/k10temp.c | 40 ++-- 1 file changed, 30 insertions(+), 10