diff options
Diffstat (limited to 'drivers/net/smc-ultra32.c')
-rw-r--r-- | drivers/net/smc-ultra32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/smc-ultra32.c b/drivers/net/smc-ultra32.c index 7a554adc70fb..e459c3b2510a 100644 --- a/drivers/net/smc-ultra32.c +++ b/drivers/net/smc-ultra32.c | |||
@@ -352,7 +352,6 @@ static void ultra32_reset_8390(struct net_device *dev) | |||
352 | outb(0x84, ioaddr + 5); /* Enable MEM16 & Disable Bus Master. */ | 352 | outb(0x84, ioaddr + 5); /* Enable MEM16 & Disable Bus Master. */ |
353 | outb(0x01, ioaddr + 6); /* Enable Interrupts. */ | 353 | outb(0x01, ioaddr + 6); /* Enable Interrupts. */ |
354 | if (ei_debug > 1) printk("reset done\n"); | 354 | if (ei_debug > 1) printk("reset done\n"); |
355 | return; | ||
356 | } | 355 | } |
357 | 356 | ||
358 | /* Grab the 8390 specific header. Similar to the block_input routine, but | 357 | /* Grab the 8390 specific header. Similar to the block_input routine, but |