Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3431ea7 authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

llc: remove some pointless conditionals before kfree_skb()



Remove some pointless conditionals before kfree_skb().

Signed-off-by: default avatarWei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 47a30b26
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -332,7 +332,6 @@ int llc_conn_remove_acked_pdus(struct sock *sk, u8 nr, u16 *how_many_unacked)

	for (i = 0; i < pdu_pos && i < q_len; i++) {
		skb = skb_dequeue(&llc->pdu_unack_q);
		if (skb)
		kfree_skb(skb);
		nbr_acked++;
	}