diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-08-24 23:05:06 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-08-24 23:05:06 +0200 |
commit | f8ba65e8fbbc364b2a49d8713126fb345fe7ec65 (patch) | |
tree | e5a3b4f4a3f5b32e9761b3d981efbb6b37eccd18 /drivers/pci/probe.c | |
parent | PCI/AER: Print completion message at KERN_INFO to match starting message (diff) | |
download | linux-f8ba65e8fbbc364b2a49d8713126fb345fe7ec65.tar.xz linux-f8ba65e8fbbc364b2a49d8713126fb345fe7ec65.zip |
PCI: Remove bus number resource debug messages
These messages don't seem to add much value.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r-- | drivers/pci/probe.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 6c143b4497ca..e2dd4b7c6001 100644 --- a/drivers/pci/probe.c +++ b/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", 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; } |