Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41551
b: refs/heads/master
c: 794b2bd
h: refs/heads/master
i:
  41549: 7db89cc
  41547: 432b1b6
  41543: 7c6f8ba
  41535: 064d851
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Dec 2, 2006
1 parent a92ceb6 commit c159bff
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: 8df9a87604e38529898ce35c610792c03c8713a2
refs/heads/master: 794b2bd20f620892616b09466186ff27101d9e5b
2 changes: 1 addition & 1 deletion trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ static void sky2_tx_complete(struct sky2_port *sky2, u16 done)
if (unlikely(netif_msg_tx_done(sky2)))
printk(KERN_DEBUG "%s: tx done %u\n",
dev->name, idx);
dev_kfree_skb(re->skb);
dev_kfree_skb_any(re->skb);
}

le->opcode = 0; /* paranoia */
Expand Down

0 comments on commit c159bff

Please sign in to comment.