projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3441362
)
ACPI: EC: PM: s2idle: Extend GPE dispatching debug message
author
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Tue, 19 May 2020 12:33:10 +0000
(14:33 +0200)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 25 May 2020 10:10:41 +0000
(12:10 +0200)
Add the "ACPI" string to the "EC GPE dispatched" message as it is
ACPI-related.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ec.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/ec.c
b/drivers/acpi/ec.c
index 1af2125e17d53578602808a67321e8a89b794e61..c44448ab19efc674d4d6d0fd35b9510b08f17b27 100644
(file)
--- a/
drivers/acpi/ec.c
+++ b/
drivers/acpi/ec.c
@@
-2017,7
+2017,7
@@
bool acpi_ec_dispatch_gpe(void)
*/
ret = acpi_dispatch_gpe(NULL, first_ec->gpe);
if (ret == ACPI_INTERRUPT_HANDLED) {
- pm_pr_dbg("EC GPE dispatched\n");
+ pm_pr_dbg("
ACPI
EC GPE dispatched\n");
/* Flush the event and query workqueues. */
acpi_ec_flush_work();