Skip to content

Commit 7c4300e

Browse files
superm1rafaeljw
authored andcommitted
Documentation: PM: Drop pme_interrupt reference
`pme_interrupt` was dropped from `struct pci_dev` as part of commit 8370c2d ("PCI / PM: Drop pme_interrupt flag from struct pci_dev"), but the Documentation still includes this member. Remove it from the documentation as well and update it to have the missing `pme_poll` member instead. Fixes: 8370c2d ("PCI / PM: Drop pme_interrupt flag from struct pci_dev") Signed-off-by: Mario Limonciello <[email protected]> Reviewed-by: Mika Westerberg <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 88084a3 commit 7c4300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/power/pci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ that these callbacks operate on::
315315
configuration space */
316316
unsigned int pme_support:5; /* Bitmask of states from which PME#
317317
can be generated */
318-
unsigned int pme_interrupt:1;/* Is native PCIe PME signaling used? */
318+
unsigned int pme_poll:1; /* Poll device's PME status bit */
319319
unsigned int d1_support:1; /* Low power state D1 is supported */
320320
unsigned int d2_support:1; /* Low power state D2 is supported */
321321
unsigned int no_d1d2:1; /* D1 and D2 are forbidden */

0 commit comments

Comments
 (0)