Loading drivers/hwmon/lm78.c +1 −1 Original line number Diff line number Diff line Loading @@ -882,7 +882,7 @@ static int __init lm78_isa_device_add(unsigned short address) { struct resource res = { .start = address, .end = address + LM78_EXTENT, .end = address + LM78_EXTENT - 1, .name = "lm78", .flags = IORESOURCE_IO, }; Loading drivers/hwmon/w83781d.c +1 −1 Original line number Diff line number Diff line Loading @@ -1746,7 +1746,7 @@ w83781d_isa_device_add(unsigned short address) { struct resource res = { .start = address, .end = address + W83781D_EXTENT, .end = address + W83781D_EXTENT - 1, .name = "w83781d", .flags = IORESOURCE_IO, }; Loading Loading
drivers/hwmon/lm78.c +1 −1 Original line number Diff line number Diff line Loading @@ -882,7 +882,7 @@ static int __init lm78_isa_device_add(unsigned short address) { struct resource res = { .start = address, .end = address + LM78_EXTENT, .end = address + LM78_EXTENT - 1, .name = "lm78", .flags = IORESOURCE_IO, }; Loading
drivers/hwmon/w83781d.c +1 −1 Original line number Diff line number Diff line Loading @@ -1746,7 +1746,7 @@ w83781d_isa_device_add(unsigned short address) { struct resource res = { .start = address, .end = address + W83781D_EXTENT, .end = address + W83781D_EXTENT - 1, .name = "w83781d", .flags = IORESOURCE_IO, }; Loading