diff options
Diffstat (limited to 'usr/src/uts/common/io/pciex/pcieb.c')
-rw-r--r-- | usr/src/uts/common/io/pciex/pcieb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/pciex/pcieb.c b/usr/src/uts/common/io/pciex/pcieb.c index 998027f4a3..53fb1b96b4 100644 --- a/usr/src/uts/common/io/pciex/pcieb.c +++ b/usr/src/uts/common/io/pciex/pcieb.c @@ -780,7 +780,7 @@ pcieb_initchild(dev_info_t *child) "INITCHILD: config regs setup for %s@%s\n", ddi_node_name(child), ddi_get_name_addr(child)); - if (!pcie_init_bus(child) || pcie_initchild(child) != DDI_SUCCESS) { + if (pcie_initchild(child) != DDI_SUCCESS) { result = DDI_FAILURE; goto cleanup; } |