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

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

chelsio: 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 c3431ea7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1967,7 +1967,6 @@ void t1_sge_stop(struct sge *sge)
		tx_sched_stop(sge);

	for (i = 0; i < MAX_NPORTS; i++)
		if (sge->espibug_skb[i])
		kfree_skb(sge->espibug_skb[i]);
}