aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r--drivers/pci/probe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 2f82e63323f3..79be37a53397 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -625,6 +625,7 @@ static int pci_setup_device(struct pci_dev * dev)
625 /* The PCI-to-PCI bridge spec requires that subtractive 625 /* The PCI-to-PCI bridge spec requires that subtractive
626 decoding (i.e. transparent) bridge must have programming 626 decoding (i.e. transparent) bridge must have programming
627 interface code of 0x01. */ 627 interface code of 0x01. */
628 pci_read_irq(dev);
628 dev->transparent = ((dev->class & 0xff) == 1); 629 dev->transparent = ((dev->class & 0xff) == 1);
629 pci_read_bases(dev, 2, PCI_ROM_ADDRESS1); 630 pci_read_bases(dev, 2, PCI_ROM_ADDRESS1);
630 break; 631 break;