Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22884
b: refs/heads/master
c: 5185c7c
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Jeff Garzik committed Mar 23, 2006
1 parent 309125b commit 2ba1b35
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: 494aced2cda34c186083f7d53c419426eea3d584
refs/heads/master: 5185c7c20a4b88892f868ad8d92d1b640b1edba9
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/de2104x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1327,11 +1327,11 @@ static void de_clean_rings (struct de_private *de)
struct sk_buff *skb = de->tx_skb[i].skb;
if ((skb) && (skb != DE_DUMMY_SKB)) {
if (skb != DE_SETUP_SKB) {
dev_kfree_skb(skb);
de->net_stats.tx_dropped++;
pci_unmap_single(de->pdev,
de->tx_skb[i].mapping,
skb->len, PCI_DMA_TODEVICE);
dev_kfree_skb(skb);
} else {
pci_unmap_single(de->pdev,
de->tx_skb[i].mapping,
Expand Down

0 comments on commit 2ba1b35

Please sign in to comment.