hwmon: End of I/O region off-by-one
commite98ca97405f73dbe50548c31ec46f1158e3af89e
authorJean Delvare <khali@linux-fr.org>
Thu, 20 Sep 2007 12:13:14 +0000 (20 14:13 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 26 Sep 2007 17:54:39 +0000 (26 10:54 -0700)
treee0847787a3a68c6592b011e75b6ada4ab6ec42c7
parent5f9ce2fc33a51fb6ff9e6e484d4673329c935aba
hwmon: End of I/O region off-by-one

Fix an off-by-one error in the I/O region declaration of two
hardware monitoring drivers (lm78 and w83781d.) We were requesting
one extra port at the end of the region.

This is a regression in 2.6.22 and could prevent other drivers from
loading properly.

Already applied to Linus' tree for 2.6.23:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=15bde2f1a8e819213f54314505a5a0509673109b

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/lm78.c
drivers/hwmon/w83781d.c