diff options
Diffstat (limited to 'drivers/net/ac3200.c')
-rw-r--r-- | drivers/net/ac3200.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ac3200.c b/drivers/net/ac3200.c index eac73382c087..b9115a776fdd 100644 --- a/drivers/net/ac3200.c +++ b/drivers/net/ac3200.c | |||
@@ -307,8 +307,6 @@ static void ac_reset_8390(struct net_device *dev) | |||
307 | ei_status.txing = 0; | 307 | ei_status.txing = 0; |
308 | outb(AC_ENABLE, ioaddr + AC_RESET_PORT); | 308 | outb(AC_ENABLE, ioaddr + AC_RESET_PORT); |
309 | if (ei_debug > 1) printk("reset done\n"); | 309 | if (ei_debug > 1) printk("reset done\n"); |
310 | |||
311 | return; | ||
312 | } | 310 | } |
313 | 311 | ||
314 | /* Grab the 8390 specific header. Similar to the block_input routine, but | 312 | /* Grab the 8390 specific header. Similar to the block_input routine, but |