aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVaibhav Gupta <[email protected]>2020-11-02 22:17:16 +0530
committerMartin K. Petersen <[email protected]>2020-11-25 23:14:31 -0500
commiteaf148359d009d70aec13ae3772675b25890822e (patch)
tree61945464e0f34fccbd0f62baa2ccf5e1b0ae1ec5 /tools/perf/scripts/python
parent71c8f15e1dbcd202f0b27d7560ce191c5a3b7286 (diff)
scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resume
The driver calls pci_enable_wake(...., false) in scsih_resume(), and there is no corresponding pci_enable_wake(...., true) in scsih_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 scsih_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')
0 files changed, 0 insertions, 0 deletions