提交 402eede3 编写于 作者: V Vladimir A. Nazarenko 提交者: Greg Kroah-Hartman

staging: vt6655: remove useless #if 1

There is code encapsulated in #if 1, let's remove it.
Signed-off-by: NVladimir A. Nazarenko <naszar@ya.ru>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ebf72ccf
......@@ -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);
......
......@@ -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*****//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册