aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-01-31 13:35:10 -0500
committerBjorn Helgaas <bhelgaas@google.com>2013-02-01 17:56:05 -0500
commit775c739e0b08fbffb791595a4708460fc978b5b6 (patch)
tree7ddd15c73c6bb0a56322ab906fe8dc87db792591
parentfa2387124b1ac8177f7af33668ec98135fdd147f (diff)
PCI: pciehp: Drop suspend/resume ENTRY messages
In each suspend and resume cycle my laptop prints these messages at KERN_INFO level: pciehp 0000:00:1c.1:pcie04: pciehp_suspend ENTRY pciehp 0000:00:1c.0:pcie04: pciehp_suspend ENTRY and pciehp 0000:00:1c.0:pcie04: pciehp_resume ENTRY pciehp 0000:00:1c.1:pcie04: pciehp_resume ENTRY Drop these messages, that were probably used to debug the suspend and resume code, but now serve no purpose. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r--drivers/pci/hotplug/pciehp_core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c
index 916bf4f53aba..874a3baf1db0 100644
--- a/drivers/pci/hotplug/pciehp_core.c
+++ b/drivers/pci/hotplug/pciehp_core.c
@@ -294,7 +294,6 @@ static void pciehp_remove(struct pcie_device *dev)
294#ifdef CONFIG_PM 294#ifdef CONFIG_PM
295static int pciehp_suspend (struct pcie_device *dev) 295static int pciehp_suspend (struct pcie_device *dev)
296{ 296{
297 dev_info(&dev->device, "%s ENTRY\n", __func__);
298 return 0; 297 return 0;
299} 298}
300 299
@@ -304,7 +303,6 @@ static int pciehp_resume (struct pcie_device *dev)
304 struct slot *slot; 303 struct slot *slot;
305 u8 status; 304 u8 status;
306 305
307 dev_info(&dev->device, "%s ENTRY\n", __func__);
308 ctrl = get_service_data(dev); 306 ctrl = get_service_data(dev);
309 307
310 /* reinitialize the chipset's event detection logic */ 308 /* reinitialize the chipset's event detection logic */