Skip to content

Commit 631e389

Browse files
committed
ACPI: PM: Print additional debug message in acpi_s2idle_wake()
Make acpi_s2idle_wake() print an additional debug message when the SCI is going to be rearmed for system wakeup to help diagnose wakeup-related issues. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 754e0b0 commit 631e389

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/acpi/sleep.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ bool acpi_s2idle_wake(void)
758758
return true;
759759
}
760760

761+
pm_pr_dbg("Rearming ACPI SCI for wakeup\n");
762+
761763
pm_wakeup_clear(acpi_sci_irq);
762764
rearm_wake_irq(acpi_sci_irq);
763765
}

0 commit comments

Comments
 (0)