diff options
Diffstat (limited to 'drivers/net/ni52.c')
-rw-r--r-- | drivers/net/ni52.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ni52.c b/drivers/net/ni52.c index 5e7999db2096..6b3384a24f07 100644 --- a/drivers/net/ni52.c +++ b/drivers/net/ni52.c | |||
@@ -382,8 +382,6 @@ struct net_device * __init ni52_probe(int unit) | |||
382 | memend = dev->mem_end; | 382 | memend = dev->mem_end; |
383 | } | 383 | } |
384 | 384 | ||
385 | SET_MODULE_OWNER(dev); | ||
386 | |||
387 | if (io > 0x1ff) { /* Check a single specified location. */ | 385 | if (io > 0x1ff) { /* Check a single specified location. */ |
388 | err = ni52_probe1(dev, io); | 386 | err = ni52_probe1(dev, io); |
389 | } else if (io > 0) { /* Don't probe at all. */ | 387 | } else if (io > 0) { /* Don't probe at all. */ |