diff options
Diffstat (limited to 'drivers/net/at1700.c')
| -rw-r--r-- | drivers/net/at1700.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c index 93185f5f09a..89876897a6f 100644 --- a/drivers/net/at1700.c +++ b/drivers/net/at1700.c @@ -811,10 +811,8 @@ static int net_close(struct net_device *dev)  	/* No statistic counters on the chip to update. */  	/* Disable the IRQ on boards of fmv18x where it is feasible. */ -	if (lp->jumpered) { +	if (lp->jumpered)  		outb(0x00, ioaddr + IOCONFIG1); -		free_irq(dev->irq, dev); -	}  	/* Power-down the chip.  Green, green, green! */  	outb(0x00, ioaddr + CONFIG_1);  |