Loading net/llc/llc_station.c +3 −3 Original line number Diff line number Diff line Loading @@ -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; } Loading @@ -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; } Loading Loading @@ -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; } Loading Loading
net/llc/llc_station.c +3 −3 Original line number Diff line number Diff line Loading @@ -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; } Loading @@ -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; } Loading Loading @@ -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; } Loading