Skip to content

Commit 5fcd735

Browse files
committed
ACPI: EC: PM: s2idle: Extend GPE dispatching debug message
Add the "ACPI" string to the "EC GPE dispatched" message as it is ACPI-related. Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 3441362 commit 5fcd735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/ec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,7 @@ bool acpi_ec_dispatch_gpe(void)
20172017
*/
20182018
ret = acpi_dispatch_gpe(NULL, first_ec->gpe);
20192019
if (ret == ACPI_INTERRUPT_HANDLED) {
2020-
pm_pr_dbg("EC GPE dispatched\n");
2020+
pm_pr_dbg("ACPI EC GPE dispatched\n");
20212021

20222022
/* Flush the event and query workqueues. */
20232023
acpi_ec_flush_work();

0 commit comments

Comments
 (0)