projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be5ac3d
)
PCI: Remove bus number resource debug messages
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 24 Aug 2012 21:05:06 +0000
(15:05 -0600)
committer
Bjorn 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
patch
|
blob
|
history
diff --git
a/drivers/pci/probe.c
b/drivers/pci/probe.c
index 6c143b4497ca4381677dcc34459ecf269e5cdc88..e2dd4b7c6001890f1eb7ddc6dd9e2ee525cac9fa 100644
(file)
--- 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;
}