summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2015-06-23 21:30:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-25 08:37:42 +0200
commitb22d27436bfb5dccdca87c8f0143bfdc831cb336 (patch)
tree7de1a42617e7251a8b6f67f6eb94296ff2b5eed9 /drivers/pci/pci.c
parent0fee6f111f8e2e967192d983dede083fcd781b79 (diff)
downloadbarebox-b22d27436bfb5dccdca87c8f0143bfdc831cb336.tar.gz
barebox-b22d27436bfb5dccdca87c8f0143bfdc831cb336.tar.xz
PCI: remove bogus host bridge setup skipping
Apparently this was here to fix issues with some QEMU version, but hasn't worked in the intended way for a long time. The probe code should be mature enough by now, so this workaround isn't needed anymore. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r--drivers/pci/pci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 1e4590706d..191561da03 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -420,11 +420,6 @@ unsigned int pci_scan_bus(struct pci_bus *bus)
bus->number, dev->devfn, dev->vendor, dev->device, class, hdr_type);
continue;
}
-
- if (class == PCI_CLASS_BRIDGE_HOST) {
- pr_debug("skip pci host bridge\n");
- continue;
- }
}
/*