diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-10-13 09:43:54 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-10-13 09:43:54 -0400 |
commit | b160292cc216a50fd0cd386b0bda2cd48352c73b (patch) | |
tree | ef07cf98f91353ee4c9ec1e1ca7a2a5d9d4b538a /drivers/hwmon/lm78.c | |
parent | b37bde147890c8fea8369a5a4e230dabdea4ebfb (diff) | |
parent | bbf25010f1a6b761914430f5fca081ec8c7accd1 (diff) |
Merge Linux 2.6.23
Diffstat (limited to 'drivers/hwmon/lm78.c')
-rw-r--r-- | drivers/hwmon/lm78.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c index 565c4e679b8d..6eea3476b90c 100644 --- a/drivers/hwmon/lm78.c +++ b/drivers/hwmon/lm78.c | |||
@@ -882,7 +882,7 @@ static int __init lm78_isa_device_add(unsigned short address) | |||
882 | { | 882 | { |
883 | struct resource res = { | 883 | struct resource res = { |
884 | .start = address, | 884 | .start = address, |
885 | .end = address + LM78_EXTENT, | 885 | .end = address + LM78_EXTENT - 1, |
886 | .name = "lm78", | 886 | .name = "lm78", |
887 | .flags = IORESOURCE_IO, | 887 | .flags = IORESOURCE_IO, |
888 | }; | 888 | }; |