OSDN Git Service

hwmon: (w83627ehf) Fix writing into fan_stop_time for NCT6775F/NCT6776F
authorGuenter Roeck <linux@roeck-us.net>
Mon, 12 Mar 2012 15:21:16 +0000 (08:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2012 15:57:59 +0000 (08:57 -0700)
commitbaf9f08ae4a3e041e718b2e9843400faab15ccda
treef625e2b769ad8aeab89f474324047617e00b6f33
parent0af6af909e28dc66e0ce8846fccf0e5a70c28415
hwmon: (w83627ehf) Fix writing into fan_stop_time for NCT6775F/NCT6776F

commit 33fa9b620409edfc71aa6cf01a51f990fbe46ab8 upstream.

NCT6775F and NCT6776F have their own set of registers for FAN_STOP_TIME. The
correct registers were used to read FAN_STOP_TIME, but writes used the wrong
registers. Fix it.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwmon/w83627ehf.c