Merge branch 'next' into resolution
[cascardo/linux.git] / drivers / uwb / whci.c
index 46b7cfc..c3ee39a 100644 (file)
@@ -133,8 +133,7 @@ static void whci_del_cap(struct whci_card *card, int n)
 {
        struct umc_dev *umc = card->devs[n];
 
-       if (umc != NULL)
-               umc_device_unregister(umc);
+       umc_device_unregister(umc);
 }
 
 static int whci_n_caps(struct pci_dev *pci)