aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r--drivers/pci/probe.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 3cdba8b3f816..23961117663f 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -1748,11 +1748,6 @@ int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max)
1748 "busn_res: can not insert %pR under %s%pR (conflicts with %s %pR)\n", 1748 "busn_res: can not insert %pR under %s%pR (conflicts with %s %pR)\n",
1749 res, pci_is_root_bus(b) ? "domain " : "", 1749 res, pci_is_root_bus(b) ? "domain " : "",
1750 parent_res, conflict->name, conflict); 1750 parent_res, conflict->name, conflict);
1751 else
1752 dev_printk(KERN_DEBUG, &b->dev,
1753 "busn_res: %pR is inserted under %s%pR\n",
1754 res, pci_is_root_bus(b) ? "domain " : "",
1755 parent_res);
1756 1751
1757 return conflict == NULL; 1752 return conflict == NULL;
1758} 1753}