Bluetooth: Remove some pointless conditionals before kfree_skb()
Remove some pointless conditionals before kfree_skb(). Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
committed by
Marcel Holtmann
parent
7585b97a48
commit
b1fb06830d
@@ -102,8 +102,7 @@ static int h4_close(struct hci_uart *hu)
|
||||
|
||||
skb_queue_purge(&h4->txq);
|
||||
|
||||
if (h4->rx_skb)
|
||||
kfree_skb(h4->rx_skb);
|
||||
kfree_skb(h4->rx_skb);
|
||||
|
||||
hu->priv = NULL;
|
||||
kfree(h4);
|
||||
|
Reference in New Issue
Block a user