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

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

irda: 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 d46604e1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -780,7 +780,6 @@ static int sirdev_alloc_buffers(struct sir_dev *dev)

static void sirdev_free_buffers(struct sir_dev *dev)
{
	if (dev->rx_buff.skb)
	kfree_skb(dev->rx_buff.skb);
	kfree(dev->tx_buff.head);
	dev->rx_buff.head = dev->tx_buff.head = NULL;