]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
PCI: pciehp: Drop suspend/resume ENTRY messages
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 31 Jan 2013 18:35:10 +0000 (19:35 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 1 Feb 2013 22:56:05 +0000 (15:56 -0700)
commit775c739e0b08fbffb791595a4708460fc978b5b6
tree7ddd15c73c6bb0a56322ab906fe8dc87db792591
parentfa2387124b1ac8177f7af33668ec98135fdd147f
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>
drivers/pci/hotplug/pciehp_core.c