PCI: Remove bus number resource debug messages
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Aug 2012 21:05:06 +0000 (15:05 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Aug 2012 21:05:06 +0000 (15:05 -0600)
These messages don't seem to add much value.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/probe.c

index 6c143b4497ca4381677dcc34459ecf269e5cdc88..e2dd4b7c6001890f1eb7ddc6dd9e2ee525cac9fa 100644 (file)
@@ -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;
 }
This page took 0.026987 seconds and 5 git commands to generate.