From: Jim Cromie Content-Disposition: inline; filename=hwmon-pc87360-set-vrm-using-hwmon-vid-routine.patch pc87360 currently hardcodes vrm = 90 (2.4 vintage). Update it to use newer code in hwmon-vid which reads cpuid to determine the correct vid. Signed-off-by: Jim Cromie Signed-off-by: Jean Delvare --- drivers/hwmon/pc87360.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.18.orig/drivers/hwmon/pc87360.c 2006-09-21 21:42:30.000000000 +0200 +++ linux-2.6.18/drivers/hwmon/pc87360.c 2006-09-21 21:43:24.000000000 +0200 @@ -1000,7 +1000,7 @@ (i&0x02) ? "external" : "internal"); data->vid_conf = confreg[3]; - data->vrm = 90; + data->vrm = vid_which_vrm(); } /* Fan clock dividers may be needed before any data is read */