Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200535
b: refs/heads/master
c: db176ed
h: refs/heads/master
i:
  200533: c3848be
  200531: 4250236
  200527: b903d13
v: v3
  • Loading branch information
Sergey Matyukevich authored and David S. Miller committed Jun 17, 2010
1 parent 8e575e7 commit a28019e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b1d920fa5ea8e3d941e908fa57acc9b1df9ca92
refs/heads/master: db176edc89abbf22e6db6853f8581f9475fe8ec1
2 changes: 2 additions & 0 deletions trunk/drivers/net/ucc_geth.c
Original file line number Diff line number Diff line change
Expand Up @@ -3215,6 +3215,8 @@ static int ucc_geth_rx(struct ucc_geth_private *ugeth, u8 rxQ, int rx_work_limit
__func__, __LINE__, (u32) skb);
if (skb) {
skb->data = skb->head + NET_SKB_PAD;
skb->len = 0;
skb_reset_tail_pointer(skb);
__skb_queue_head(&ugeth->rx_recycle, skb);
}

Expand Down

0 comments on commit a28019e

Please sign in to comment.