linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] revert "PCI: log vendor/device ID always"
@ 2012-10-02 14:23 Nathan Zimmer
  2012-10-03 22:54 ` Bjorn Helgaas
  0 siblings, 1 reply; 10+ messages in thread
From: Nathan Zimmer @ 2012-10-02 14:23 UTC (permalink / raw)
  Cc: linux-kernel, linux-pcil, Nathan Zimmer, Bjorn Helgaas, Jesse Barnes

Revert commit id 2c6413aee215a43b1f95e218067abcde50ccbc5e
On larger systems (256 cores+) with signifigant IO attached this single message
represents over 20% of the messages at boot.

Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>

Signed-off-by: Nathan Zimmer <nzimmer@sgi.com>
---
 drivers/pci/probe.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 9f8a6b7..a1add54 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -1002,8 +1002,8 @@ int pci_setup_device(struct pci_dev *dev)
 	dev->revision = class & 0xff;
 	dev->class = class >> 8;		    /* upper 3 bytes */
 
-	dev_printk(KERN_DEBUG, &dev->dev, "[%04x:%04x] type %02x class %#08x\n",
-		   dev->vendor, dev->device, dev->hdr_type, dev->class);
+	dev_dbg(&dev->dev, "[%04x:%04x] type %02x class %#08x\n",
+		dev->vendor, dev->device, dev->hdr_type, dev->class);
 
 	/* need to have dev->class ready */
 	dev->cfg_size = pci_cfg_space_size(dev);
-- 
1.6.0.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-10-05 15:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-02 14:23 [PATCH] revert "PCI: log vendor/device ID always" Nathan Zimmer
2012-10-03 22:54 ` Bjorn Helgaas
2012-10-04 16:02   ` Nathan Zimmer
2012-10-04 16:37     ` Joe Perches
2012-10-05 13:55       ` Nathan Zimmer
2012-10-05 14:14         ` Joe Perches
2012-10-05 14:54           ` Nathan Zimmer
2012-10-05 15:16             ` Bjorn Helgaas
2012-10-05 15:27               ` Joe Perches
2012-10-05 15:47               ` Nathan Zimmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).