Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215134
b: refs/heads/master
c: 419c204
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and David S. Miller committed Oct 11, 2010
1 parent 3bf53ab commit d627c7e
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: 34d101dd6204bd100fc2e6f7b5f9a10f959ce2c9
refs/heads/master: 419c20465d6319274e7286f0966e2390540e6e0a
2 changes: 1 addition & 1 deletion trunk/drivers/net/pch_gbe/pch_gbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1847,9 +1847,9 @@ static int pch_gbe_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
unsigned long flags;

if (unlikely(skb->len > (adapter->hw.mac.max_frame_size - 4))) {
dev_kfree_skb_any(skb);
pr_err("Transfer length Error: skb len: %d > max: %d\n",
skb->len, adapter->hw.mac.max_frame_size);
dev_kfree_skb_any(skb);
adapter->stats.tx_length_errors++;
return NETDEV_TX_OK;
}
Expand Down

0 comments on commit d627c7e

Please sign in to comment.