staging: vt6655: remove useless #if 1
authorVladimir A. Nazarenko <naszar@ya.ru>
Thu, 9 Oct 2014 05:33:33 +0000 (16:33 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:30:13 +0000 (10:30 +0800)
There is code encapsulated in #if 1, let's remove it.

Signed-off-by: Vladimir A. Nazarenko <naszar@ya.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device_main.c
drivers/staging/vt6655/wpactl.c

index ff8bd7a..6a77f0d 100644 (file)
@@ -854,8 +854,6 @@ vt6655_probe(struct pci_dev *pcid, const struct pci_device_id *ent)
                return -ENODEV;
        }
 
-#if 1
-
 #ifdef DEBUG
 
        pr_debug("after get pci_info memaddr is %x, io addr is %x,io_size is %d\n", pDevice->memaddr, pDevice->ioaddr, pDevice->io_size);
@@ -894,8 +892,6 @@ vt6655_probe(struct pci_dev *pcid, const struct pci_device_id *ent)
        }
 #endif
 
-#endif
-
        pDevice->PortOffset = ioremap(pDevice->memaddr & PCI_BASE_ADDRESS_MEM_MASK, pDevice->io_size);
 
        if (pDevice->PortOffset == NULL) {
index dab1e80..cc39829 100644 (file)
@@ -550,8 +550,6 @@ static int wpa_get_scan(struct vnt_private *pDevice,
        int ret = 0;
        u16 count = 0;
        u16 ii, jj;
-#if 1
-
        unsigned char *ptempBSS;
 
        ptempBSS = kmalloc(sizeof(KnownBSS), GFP_ATOMIC);
@@ -583,7 +581,6 @@ static int wpa_get_scan(struct vnt_private *pDevice,
        }
 
        kfree(ptempBSS);
-#endif
 
 //******mike:bubble sort by stronger RSSI*****//