diff options
author | Vaibhav Gupta <[email protected]> | 2020-08-06 01:06:15 +0530 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2020-08-10 15:46:31 +0200 |
commit | 536e785f533f5a65ce5238e202d527d70fd4ab17 (patch) | |
tree | f8d9d29ccd20b3aeffa5c5201f9d8ddaf6f01c6f /scripts/gdb/linux/modules.py | |
parent | b0102a890f17e965cc43283cb04218c03f85c6ff (diff) |
i2c: eg20t: Drop PCI wakeup calls from .suspend/.resume
The driver calls pci_enable_wake(...., false) in pch_i2c_suspend() as well
as pch_i2c_resume(). Either it should 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
.suspend() and .resume().
Reported-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Vaibhav Gupta <[email protected]>
Reviewed-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions