hwmon: (w83627ehf) don't assume bank 0
authorJean Delvare <khali@linux-fr.org>
Sat, 11 Aug 2007 11:57:05 +0000 (13:57 +0200)
committerMark M. Hoffman <mhoffman@lightlink.com>
Sun, 12 Aug 2007 18:38:31 +0000 (14:38 -0400)
Don't assume that the default bank is 0. For one thing, we don't even
set it to 0 when the driver is loaded, so the initial state might be
different. For another, something (say, the BIOS) might access the chip
and leave with the bank set to something different, so assuming that
the bank value is 0 is not safe.

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

No differences found