Re: [PATCH 2/7] PCI/PM: Correct pci_pm_thaw_noirq() documentation

2019-10-15 Thread Rafael J. Wysocki
On Tuesday, October 15, 2019 1:00:11 AM CEST Bjorn Helgaas wrote: > From: Bjorn Helgaas > > According to the documentation, pci_pm_thaw_noirq() did not put the device > into the full-power state and restore its standard configuration registers. > This is incorrect, so update the documentation to

[PATCH 2/7] PCI/PM: Correct pci_pm_thaw_noirq() documentation

2019-10-14 Thread Bjorn Helgaas
From: Bjorn Helgaas According to the documentation, pci_pm_thaw_noirq() did not put the device into the full-power state and restore its standard configuration registers. This is incorrect, so update the documentation to match the code. Signed-off-by: Bjorn Helgaas --- Documentation/power/pci.