diff options
| author | Vaibhav Gupta <[email protected]> | 2020-11-02 22:17:02 +0530 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2020-11-25 23:14:29 -0500 |
| commit | 8ed9d987c6d9c7f262a764c56c27d74a906475f0 (patch) | |
| tree | 768d2d41e6f56b3eab62a36f8708e8704006bc19 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 3256b4682386298ec106c1d1896b064f6a291f88 (diff) | |
scsi: megaraid_sas: Drop PCI wakeup calls from .resume
The driver calls pci_enable_wake(...., false) in megasas_resume(), and
there is no corresponding pci_enable_wake(...., true) in megasas_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
megasas_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