Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224971
b: refs/heads/master
c: 0e51d67
h: refs/heads/master
i:
  224969: 1ed71e5
  224967: 7fc4e82
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Dec 10, 2010
1 parent 7c59b98 commit 228907a
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: 040253c931e336360453c8d81f76d1b010b2b5e7
refs/heads/master: 0e51d67ebb8e109a0990a13dafa937fb469aa3fb
2 changes: 1 addition & 1 deletion trunk/drivers/net/stmmac/stmmac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ static int stmmac_sw_tso(struct stmmac_priv *priv, struct sk_buff *skb)
skb, skb->len);

segs = skb_gso_segment(skb, priv->dev->features & ~NETIF_F_TSO);
if (unlikely(IS_ERR(segs)))
if (IS_ERR(segs))
goto sw_tso_end;

do {
Expand Down

0 comments on commit 228907a

Please sign in to comment.