aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorVaibhav Gupta <[email protected]>2020-11-02 22:17:09 +0530
committerMartin K. Petersen <[email protected]>2020-11-25 23:14:30 -0500
commitb7b862d75b49cc26038d03e9f723799b938d3bcf (patch)
tree6cb566ec87b25576ee2d71b2eb3bb4085550d022 /tools/perf/scripts/python/stackcollapse.py
parentec199a8df6989915bd2f099e868f09d6ea6b7f06 (diff)
scsi: arcmsr: Drop PCI wakeup calls from .resume
The driver calls pci_enable_wake(...., false) in arcmsr_resume(), and there is no corresponding pci_enable_wake(...., true) in arcmsr_suspend(). Either it should do enable-wake the device in .suspend() or should not invoke pci_enable_wake() at all. Concluding that this driver doesn't support enable-wake and PCI core calls pci_enable_wake(pci_dev, PCI_D0, false) during resume, drop it from arcmsr_resume(). Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vaibhav Gupta <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions