diff options
Diffstat (limited to 'drivers/hwmon/w83781d.c')
-rw-r--r-- | drivers/hwmon/w83781d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83781d.c b/drivers/hwmon/w83781d.c index c95909cc1d21..dcc941a5aaff 100644 --- a/drivers/hwmon/w83781d.c +++ b/drivers/hwmon/w83781d.c | |||
@@ -1746,7 +1746,7 @@ w83781d_isa_device_add(unsigned short address) | |||
1746 | { | 1746 | { |
1747 | struct resource res = { | 1747 | struct resource res = { |
1748 | .start = address, | 1748 | .start = address, |
1749 | .end = address + W83781D_EXTENT, | 1749 | .end = address + W83781D_EXTENT - 1, |
1750 | .name = "w83781d", | 1750 | .name = "w83781d", |
1751 | .flags = IORESOURCE_IO, | 1751 | .flags = IORESOURCE_IO, |
1752 | }; | 1752 | }; |