summaryrefslogtreecommitdiff
path: root/hw/i82801b11.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i82801b11.c')
-rw-r--r--hw/i82801b11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i82801b11.c b/hw/i82801b11.c
index 992095c80f..8b4a9c6e54 100644
--- a/hw/i82801b11.c
+++ b/hw/i82801b11.c
@@ -59,7 +59,7 @@ static int i82801b11_bridge_initfn(PCIDevice *d)
{
int rc;
- rc = pci_bridge_initfn(d);
+ rc = pci_bridge_initfn(d, TYPE_PCI_BUS);
if (rc < 0) {
return rc;
}