|
@@ -1835,7 +1835,7 @@ int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max)
|
|
res->flags |= IORESOURCE_PCI_FIXED;
|
|
res->flags |= IORESOURCE_PCI_FIXED;
|
|
}
|
|
}
|
|
|
|
|
|
- conflict = insert_resource_conflict(parent_res, res);
|
|
|
|
|
|
+ conflict = request_resource_conflict(parent_res, res);
|
|
|
|
|
|
if (conflict)
|
|
if (conflict)
|
|
dev_printk(KERN_DEBUG, &b->dev,
|
|
dev_printk(KERN_DEBUG, &b->dev,
|