]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] hwmon: fix sis5595, via686a force_addr module parameter
authorJean Delvare <khali@linux-fr.org>
Thu, 8 Sep 2005 20:42:36 +0000 (22:42 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Sep 2005 21:34:20 +0000 (14:34 -0700)
commitb51f64c0de0355338480093abb35d5232f6d349a
tree5d72e0ef37629387c8613c2b48afadafbeaca6b4
parent860e1d6b46bd4cbc67d8d065f0f682143513382f
[PATCH] hwmon: fix sis5595, via686a force_addr module parameter

Recent changes to the i2c-isa design broke the force_addr parameter of
two hardware monitoring drivers as a side effect: sis5595 and via686a.
The last address test was in fact useless beforehand, and the redesign
turned it into a bug. I'm sorry about that.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/sis5595.c
drivers/hwmon/via686a.c