aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 76bae52ec9bc..488d4bff7a50 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -815,9 +815,6 @@ static int
pci_probe(device_t dev)
{
- if (pcib_get_bus(dev) < 0)
- return (ENXIO);
-
device_set_desc(dev, "PCI bus");
/* Allow other subclasses to override this driver. */