commit | c09c5184a26158da32801e89d5849d774605f0dd | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Oct 12 21:53:07 2007 +0200 |
committer | Mark M. Hoffman <mhoffman@lightlink.com> | Sat Oct 13 12:48:11 2007 -0400 |
tree | 3dd783a912b980792d78d14f02118ec59a1518c2 | |
parent | 07584c762541672e35735b52af031183ca17a5a2 [diff] |
hwmon: (w83627hf) Fix setting fan min right after driver load 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>