hwmon: (w83627hf) Fix setting fan min right after driver load
authorJean Delvare <khali@linux-fr.org>
Fri, 12 Oct 2007 19:53:07 +0000 (21:53 +0200)
committerMark M. Hoffman <mhoffman@lightlink.com>
Sat, 13 Oct 2007 16:48:11 +0000 (12:48 -0400)
We need to read the fan clock dividers at initialization time,
otherwise the code in store_fan_min() may use uninitialized values.
That's pretty much the same bug and same fix as for the w83627ehf
driver last month.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>

No differences found