From: Jean Delvare Date: Fri, 12 Oct 2007 19:53:07 +0000 (+0200) Subject: hwmon: (w83627hf) Fix setting fan min right after driver load X-Git-Tag: v2.6.24-rc1~1299^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09c5184a26158da32801e89d5849d774605f0dd;p=pandora-kernel.git 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 Signed-off-by: Mark M. Hoffman --- Reading git-diff-tree failed