Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315748
b: refs/heads/master
c: 92e5dfc
h: refs/heads/master
v: v3
  • Loading branch information
Pravin B Shelar authored and Jesse Gross committed Jul 20, 2012
1 parent e4993be commit 1120fda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7fe99e2d434eafeac0c57b279a77e5de39212636
refs/heads/master: 92e5dfc34cf39c20ae1087bd5e676238b5d0dfac
4 changes: 2 additions & 2 deletions trunk/net/openvswitch/datapath.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ static int queue_gso_packets(int dp_ifindex, struct sk_buff *skb,
int err;

segs = skb_gso_segment(skb, NETIF_F_SG | NETIF_F_HW_CSUM);
if (IS_ERR(skb))
return PTR_ERR(skb);
if (IS_ERR(segs))
return PTR_ERR(segs);

/* Queue all of the segments. */
skb = segs;
Expand Down

0 comments on commit 1120fda

Please sign in to comment.