Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332933
b: refs/heads/master
c: 66eef59
h: refs/heads/master
i:
  332931: 199bd5e
v: v3
  • Loading branch information
Michael Neuling authored and David S. Miller committed Oct 9, 2012
1 parent 2a8cdf7 commit 1f2d72c
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: 7c41c42c5d9db9efd8caab4764e912458a1a1a79
refs/heads/master: 66eef59f22275002f621ff9d951886b513d011b3
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/freescale/ucc_geth.c
Original file line number Diff line number Diff line change
Expand Up @@ -3268,7 +3268,7 @@ static int ucc_geth_rx(struct ucc_geth_private *ugeth, u8 rxQ, int rx_work_limit
if (netif_msg_rx_err(ugeth))
ugeth_err("%s, %d: ERROR!!! skb - 0x%08x",
__func__, __LINE__, (u32) skb);
dev_free_skb(skb);
dev_kfree_skb(skb);

ugeth->rx_skbuff[rxQ][ugeth->skb_currx[rxQ]] = NULL;
dev->stats.rx_dropped++;
Expand Down

0 comments on commit 1f2d72c

Please sign in to comment.