Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28564
b: refs/heads/master
c: bec0e85
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 22, 2006
1 parent 2b56f85 commit 42446b3
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: 6cc0719181a7aa8883855140541e7892250e66af
refs/heads/master: bec0e85910b95c325a008ead7c3bbe047cc39672
2 changes: 1 addition & 1 deletion trunk/drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ static int myri10ge_xmit(struct sk_buff *skb, struct net_device *dev)
goto drop;
}

if (skb_linearize(skb, GFP_ATOMIC))
if (skb_linearize(skb))
goto drop;

mgp->tx_linearized++;
Expand Down

0 comments on commit 42446b3

Please sign in to comment.