Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux...
[deliverable/linux.git] / drivers / uwb / whci.c
index 46b7cfcdfbca98021f70bd34d4851a1c5ef6dc4d..c3ee39a04ea8df92e574bc3e4f061bb686ecb8e2 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)
This page took 0.028338 seconds and 5 git commands to generate.