Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58156
b: refs/heads/master
c: 63ac9b9
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and Jeff Garzik committed Jul 2, 2007
1 parent 0994ca8 commit 573090c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 96acb6eb8effe7c2549909e2ee49f4130f2c167d
refs/heads/master: 63ac9b915924d1237d2135fcb4de724e6127ca5e
2 changes: 1 addition & 1 deletion trunk/drivers/net/pcmcia/3c589_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,9 @@ static int el3_start_xmit(struct sk_buff *skb, struct net_device *dev)
outw(SetTxThreshold + 1536, ioaddr + EL3_CMD);
}

dev_kfree_skb(skb);
pop_tx_status(dev);
spin_unlock_irqrestore(&priv->lock, flags);
dev_kfree_skb(skb);

return 0;
}
Expand Down

0 comments on commit 573090c

Please sign in to comment.