aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ne.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ne.c')
-rw-r--r--drivers/net/ne.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ne.c b/drivers/net/ne.c
index c9f74bf5f491..c81befc3a7ae 100644
--- a/drivers/net/ne.c
+++ b/drivers/net/ne.c
@@ -191,8 +191,6 @@ static int __init do_ne_probe(struct net_device *dev)
191 int orig_irq = dev->irq; 191 int orig_irq = dev->irq;
192#endif 192#endif
193 193
194 SET_MODULE_OWNER(dev);
195
196 /* First check any supplied i/o locations. User knows best. <cough> */ 194 /* First check any supplied i/o locations. User knows best. <cough> */
197 if (base_addr > 0x1ff) /* Check a single specified location. */ 195 if (base_addr > 0x1ff) /* Check a single specified location. */
198 return ne_probe1(dev, base_addr); 196 return ne_probe1(dev, base_addr);