Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321494
b: refs/heads/master
c: 91d27a8
h: refs/heads/master
v: v3
  • Loading branch information
Sorin Dumitru authored and David S. Miller committed Aug 6, 2012
1 parent e2cf21d commit 695249b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8b82f7c3c90fa67fd6d5be1deb3cec0e17cc32d9
refs/heads/master: 91d27a8650d5359a7a320daeb35b88cdea15e3a8
6 changes: 3 additions & 3 deletions trunk/net/llc/llc_station.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static int llc_station_ac_send_null_dsap_xid_c(struct sk_buff *skb)
out:
return rc;
free:
kfree_skb(skb);
kfree_skb(nskb);
goto out;
}

Expand All @@ -293,7 +293,7 @@ static int llc_station_ac_send_xid_r(struct sk_buff *skb)
out:
return rc;
free:
kfree_skb(skb);
kfree_skb(nskb);
goto out;
}

Expand Down Expand Up @@ -322,7 +322,7 @@ static int llc_station_ac_send_test_r(struct sk_buff *skb)
out:
return rc;
free:
kfree_skb(skb);
kfree_skb(nskb);
goto out;
}

Expand Down

0 comments on commit 695249b

Please sign in to comment.