summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4/io/pcicfg.e.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4/io/pcicfg.e.c')
-rw-r--r--usr/src/uts/sun4/io/pcicfg.e.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sun4/io/pcicfg.e.c b/usr/src/uts/sun4/io/pcicfg.e.c
index 8575829b7a..5d7e161af2 100644
--- a/usr/src/uts/sun4/io/pcicfg.e.c
+++ b/usr/src/uts/sun4/io/pcicfg.e.c
@@ -3634,7 +3634,7 @@ pcicfg_enable_bridge_probe_err(dev_info_t *dip, ddi_acc_handle_t h,
/* restore original settings */
if (regs->pcie_dev) {
- pcie_clear_errors(dip, h);
+ pcie_clear_errors(dip);
pci_config_put16(h, regs->pcie_cap_off + PCIE_DEVCTL,
regs->devctl);
}