staging: vt6655: remove useless #if 1

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>
This commit is contained in:
Vladimir A. Nazarenko 2014-10-09 16:33:33 +11:00 committed by Greg Kroah-Hartman
parent ebf72ccf53
commit 402eede3c0
2 changed files with 0 additions and 7 deletions

View 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);
@ -892,8 +890,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);

View 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*****//