diff options
Diffstat (limited to 'drivers/net/hp-plus.c')
-rw-r--r-- | drivers/net/hp-plus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/hp-plus.c b/drivers/net/hp-plus.c index 99a36cc3f8df..8d4f810fa288 100644 --- a/drivers/net/hp-plus.c +++ b/drivers/net/hp-plus.c | |||
@@ -122,8 +122,6 @@ static int __init do_hpp_probe(struct net_device *dev) | |||
122 | int base_addr = dev->base_addr; | 122 | int base_addr = dev->base_addr; |
123 | int irq = dev->irq; | 123 | int irq = dev->irq; |
124 | 124 | ||
125 | SET_MODULE_OWNER(dev); | ||
126 | |||
127 | if (base_addr > 0x1ff) /* Check a single specified location. */ | 125 | if (base_addr > 0x1ff) /* Check a single specified location. */ |
128 | return hpp_probe1(dev, base_addr); | 126 | return hpp_probe1(dev, base_addr); |
129 | else if (base_addr != 0) /* Don't probe at all. */ | 127 | else if (base_addr != 0) /* Don't probe at all. */ |