Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266817
b: refs/heads/master
c: 921ddc1
h: refs/heads/master
i:
  266815: dbac025
v: v3
  • Loading branch information
Anton Blanchard authored and David S. Miller committed Oct 17, 2011
1 parent ecc0df5 commit 83d86b9
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: 723f28e49c9f8578b418dfd1ec8c7b9cc13e2b63
refs/heads/master: 921ddc19b91ed92ce9485e46a147a0a49fabc69c
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/ibm/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@ static inline void write_swqe2_data(struct sk_buff *skb, struct net_device *dev,
swqe->descriptors = 0;
sg1entry_contains_frag_data = 0;

if ((dev->features & NETIF_F_TSO) && skb_shinfo(skb)->gso_size)
if (skb_is_gso(skb))
write_swqe2_TSO(skb, swqe, lkey);
else
write_swqe2_nonTSO(skb, swqe, lkey);
Expand Down

0 comments on commit 83d86b9

Please sign in to comment.