• Paul Bolle's avatar
    PCI: pciehp: Drop suspend/resume ENTRY messages · 775c739e
    Paul Bolle authored
    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: default avatarPaul Bolle <pebolle@tiscali.nl>
    Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
    775c739e
pciehp_core.c 9.42 KB