Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
[pandora-kernel.git] / drivers / bluetooth / hci_h4.c
index b0fafb0..c0ce813 100644 (file)
@@ -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);