projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
754e0b0
)
ACPI: PM: Print additional debug message in acpi_s2idle_wake()
author
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 1 Feb 2022 19:18:10 +0000
(20:18 +0100)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 14 Feb 2022 18:41:11 +0000
(19:41 +0100)
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>
drivers/acpi/sleep.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/sleep.c
b/drivers/acpi/sleep.c
index d4fbea91ab6b824efdec881db0cca29cbf99a643..d068ff42fce49ef3efa908e258b530e4526373d1 100644
(file)
--- a/
drivers/acpi/sleep.c
+++ b/
drivers/acpi/sleep.c
@@
-758,6
+758,8
@@
bool acpi_s2idle_wake(void)
return true;
}
+ pm_pr_dbg("Rearming ACPI SCI for wakeup\n");
+
pm_wakeup_clear(acpi_sci_irq);
rearm_wake_irq(acpi_sci_irq);
}