summaryrefslogtreecommitdiff
path: root/src/device/pci_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pci_ops.c')
-rw-r--r--src/device/pci_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_ops.c b/src/device/pci_ops.c
index de0bf631b1..b7c8942ae0 100644
--- a/src/device/pci_ops.c
+++ b/src/device/pci_ops.c
@@ -27,7 +27,7 @@ static const struct pci_bus_operations *pci_bus_ops(struct bus *bus, struct devi
bops = bus->dev->ops->ops_pci_bus(dev);
}
if (!bops)
- bops = pci_bus_default_ops(dev);
+ bops = pci_bus_default_ops();
return bops;
}