Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136101
b: refs/heads/master
c: bd14ba8
h: refs/heads/master
i:
  136099: ea82d5e
v: v3
  • Loading branch information
David S. Miller committed Mar 27, 2009
1 parent 77d0dff commit 94873d2
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: 5e68b772e6efd189d6aca76f6872fb75d51ace60
refs/heads/master: bd14ba842cd29edbbd40e566194bd33cf0c92f6c
2 changes: 1 addition & 1 deletion trunk/drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ static int gfar_start_xmit(struct sk_buff *skb, struct net_device *dev)
skb_new = skb_realloc_headroom(skb, GMAC_FCB_LEN);
if (!skb_new) {
dev->stats.tx_errors++;
kfree(skb);
kfree_skb(skb);
return NETDEV_TX_OK;
}
kfree_skb(skb);
Expand Down

0 comments on commit 94873d2

Please sign in to comment.