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 eac73382c08..b9115a776fd 100644 --- a/drivers/net/ac3200.c +++ b/drivers/net/ac3200.c @@ -307,8 +307,6 @@ static void ac_reset_8390(struct net_device *dev)  	ei_status.txing = 0;  	outb(AC_ENABLE, ioaddr + AC_RESET_PORT);  	if (ei_debug > 1) printk("reset done\n"); - -	return;  }  /* Grab the 8390 specific header. Similar to the block_input routine, but  |