hwmon: (lm85) Let the user set the fan min limit to 0
authorJean Delvare <khali@linux-fr.org>
Thu, 5 Jul 2007 18:39:40 +0000 (20:39 +0200)
committerMark M. Hoffman <mhoffman@lightlink.com>
Wed, 10 Oct 2007 02:56:30 +0000 (22:56 -0400)
commit63f281a6e32ebc93c62dac0d399d8e054eb7b2ec
treed60cf42951a3d274f263788f6f54c06695b2e41f
parent5a4d3ef317c845893fe3f9d3517cb0a99375da53
hwmon: (lm85) Let the user set the fan min limit to 0

Trying to set the fan min limit to 0 currently writes 0 to the
register, which is an invalid value. It's read back as -1 and the
alarm flag is raised. Instead we should write 0xffff (maximum
value), which reads back as 0 and no alarm flag is raised.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Juerg Haefliger <juergh at gmail.com>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/lm85.c