aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ni5010.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ni5010.c')
-rw-r--r--drivers/net/ni5010.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ni5010.c b/drivers/net/ni5010.c
index 22a3b3dc7d89..cc1d09a21c0c 100644
--- a/drivers/net/ni5010.c
+++ b/drivers/net/ni5010.c
@@ -135,8 +135,6 @@ struct net_device * __init ni5010_probe(int unit)
135 135
136 PRINTK2((KERN_DEBUG "%s: Entering ni5010_probe\n", dev->name)); 136 PRINTK2((KERN_DEBUG "%s: Entering ni5010_probe\n", dev->name));
137 137
138 SET_MODULE_OWNER(dev);
139
140 if (io > 0x1ff) { /* Check a single specified location. */ 138 if (io > 0x1ff) { /* Check a single specified location. */
141 err = ni5010_probe1(dev, io); 139 err = ni5010_probe1(dev, io);
142 } else if (io != 0) { /* Don't probe at all. */ 140 } else if (io != 0) { /* Don't probe at all. */