Răsfoiți Sursa

PCI: Remove bus number resource debug messages

These messages don't seem to add much value.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Bjorn Helgaas 13 ani în urmă
părinte
comite
f8ba65e8fb
1 a modificat fișierele cu 0 adăugiri și 5 ștergeri
  1. 0 5
      drivers/pci/probe.c

+ 0 - 5
drivers/pci/probe.c

@@ -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",
 			   "busn_res: can not insert %pR under %s%pR (conflicts with %s %pR)\n",
 			    res, pci_is_root_bus(b) ? "domain " : "",
 			    res, pci_is_root_bus(b) ? "domain " : "",
 			    parent_res, conflict->name, conflict);
 			    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;
 	return conflict == NULL;
 }
 }