diff options
-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 93185f5f09ac..89876897a6fe 100644 --- a/drivers/net/at1700.c +++ b/drivers/net/at1700.c | |||
@@ -811,10 +811,8 @@ static int net_close(struct net_device *dev) | |||
811 | /* No statistic counters on the chip to update. */ | 811 | /* No statistic counters on the chip to update. */ |
812 | 812 | ||
813 | /* Disable the IRQ on boards of fmv18x where it is feasible. */ | 813 | /* Disable the IRQ on boards of fmv18x where it is feasible. */ |
814 | if (lp->jumpered) { | 814 | if (lp->jumpered) |
815 | outb(0x00, ioaddr + IOCONFIG1); | 815 | outb(0x00, ioaddr + IOCONFIG1); |
816 | free_irq(dev->irq, dev); | ||
817 | } | ||
818 | 816 | ||
819 | /* Power-down the chip. Green, green, green! */ | 817 | /* Power-down the chip. Green, green, green! */ |
820 | outb(0x00, ioaddr + CONFIG_1); | 818 | outb(0x00, ioaddr + CONFIG_1); |