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

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

iucv: 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 db849df6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1171,7 +1171,6 @@ static void iucv_callback_txdone(struct iucv_path *path,

		spin_unlock_irqrestore(&list->lock, flags);

		if (this)
		kfree_skb(this);
	}
	BUG_ON(!this);