On Thu, Aug 06, 2020 at 01:06:15AM +0530, Vaibhav Gupta wrote: > 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 > Signed-off-by: Vaibhav Gupta Applied to for-next, thanks!