Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203464
b: refs/heads/master
c: 451d33d
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and David S. Miller committed Jul 12, 2010
1 parent 5c763fe commit b35b788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 835bb606faffcd761e7abbc6b5de89ea5c409123
refs/heads/master: 451d33dd223f15451c1b8fb388447d39e1cd955b
4 changes: 1 addition & 3 deletions trunk/drivers/net/at1700.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b35b788

Please sign in to comment.