Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8ba65e8 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: Remove bus number resource debug messages



These messages don't seem to add much value.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent be5ac3d3
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1753,11 +1753,6 @@ int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max)
			   "busn_res: can not insert %pR under %s%pR (conflicts with %s %pR)\n",
			    res, pci_is_root_bus(b) ? "domain " : "",
			    parent_res, conflict->name, conflict);
	else
		dev_printk(KERN_DEBUG, &b->dev,
			   "busn_res: %pR is inserted under %s%pR\n",
			   res, pci_is_root_bus(b) ? "domain " : "",
			   parent_res);

	return conflict == NULL;
}