diff options
Diffstat (limited to 'drivers/net/hp.c')
-rw-r--r-- | drivers/net/hp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/hp.c b/drivers/net/hp.c index 635b13c2e2aa..1f11126de354 100644 --- a/drivers/net/hp.c +++ b/drivers/net/hp.c | |||
@@ -86,8 +86,6 @@ static int __init do_hp_probe(struct net_device *dev) | |||
86 | int base_addr = dev->base_addr; | 86 | int base_addr = dev->base_addr; |
87 | int irq = dev->irq; | 87 | int irq = dev->irq; |
88 | 88 | ||
89 | SET_MODULE_OWNER(dev); | ||
90 | |||
91 | if (base_addr > 0x1ff) /* Check a single specified location. */ | 89 | if (base_addr > 0x1ff) /* Check a single specified location. */ |
92 | return hp_probe1(dev, base_addr); | 90 | return hp_probe1(dev, base_addr); |
93 | else if (base_addr != 0) /* Don't probe at all. */ | 91 | else if (base_addr != 0) /* Don't probe at all. */ |