|
@@ -955,12 +955,13 @@ vt6655_probe(struct pci_dev *pcid, const struct pci_device_id *ent)
|
|
|
pDevice->dev = dev;
|
|
pDevice->dev = dev;
|
|
|
pDevice->next_module = root_device_dev;
|
|
pDevice->next_module = root_device_dev;
|
|
|
root_device_dev = dev;
|
|
root_device_dev = dev;
|
|
|
- dev->irq = pcid->irq;
|
|
|
|
|
|
|
|
|
|
if (pci_enable_device(pcid)) {
|
|
if (pci_enable_device(pcid)) {
|
|
|
device_free_info(pDevice);
|
|
device_free_info(pDevice);
|
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
|
}
|
|
}
|
|
|
|
|
+ dev->irq = pcid->irq;
|
|
|
|
|
+
|
|
|
#ifdef DEBUG
|
|
#ifdef DEBUG
|
|
|
printk("Before get pci_info memaddr is %x\n",pDevice->memaddr);
|
|
printk("Before get pci_info memaddr is %x\n",pDevice->memaddr);
|
|
|
#endif
|
|
#endif
|