summaryrefslogtreecommitdiff
path: root/block/blk-mq-virtio.c
diff options
context:
space:
mode:
authorVaibhav Gupta <vaibhavgupta40@gmail.com>2020-11-02 22:17:16 +0530
committerMartin K. Petersen <martin.petersen@oracle.com>2020-11-25 23:14:31 -0500
commiteaf148359d009d70aec13ae3772675b25890822e (patch)
tree61945464e0f34fccbd0f62baa2ccf5e1b0ae1ec5 /block/blk-mq-virtio.c
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/20201102164730.324035-16-vaibhavgupta40@gmail.com Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'block/blk-mq-virtio.c')
0 files changed, 0 insertions, 0 deletions