Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300241
b: refs/heads/master
c: 8aa51d6
h: refs/heads/master
i:
  300239: ee3c482
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed May 13, 2012
1 parent 04fe599 commit e7bf57f
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: b99215cdc6e191f5649687536d4fb0faa3d7f56e
refs/heads/master: 8aa51d64c1f526e43b1e7f89fb8b98c2fd583f4b
2 changes: 1 addition & 1 deletion trunk/net/openvswitch/datapath.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ static int queue_userspace_packet(int dp_ifindex, struct sk_buff *skb,
return -ENOMEM;

nskb = __vlan_put_tag(nskb, vlan_tx_tag_get(nskb));
if (!skb)
if (!nskb)
return -ENOMEM;

nskb->vlan_tci = 0;
Expand Down

0 comments on commit e7bf57f

Please sign in to comment.