cis_addr is never used remove its call to pci_resource_start.

Signed-off-by: Malcolm Priestley <[email protected]>
---
 drivers/staging/vt6655/device_main.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/vt6655/device_main.c 
b/drivers/staging/vt6655/device_main.c
index 1e660cc..17fa6aa 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -434,15 +434,12 @@ static bool device_get_pci_info(struct vnt_private 
*pDevice,
                                struct pci_dev *pcid)
 {
        u8  b;
-       unsigned int cis_addr;
 
        pci_set_master(pcid);
 
        pDevice->memaddr = pci_resource_start(pcid, 0);
        pDevice->ioaddr = pci_resource_start(pcid, 1);
 
-       cis_addr = pci_resource_start(pcid, 2);
-
        pDevice->pcid = pcid;
 
        pci_read_config_byte(pcid, PCI_COMMAND, &b);
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to