Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <rafael.j.wysocki@intel.com>

+1 -1
+1 -1
drivers/acpi/ec.c
··· 2017 2017 */ 2018 2018 ret = acpi_dispatch_gpe(NULL, first_ec->gpe); 2019 2019 if (ret == ACPI_INTERRUPT_HANDLED) { 2020 - pm_pr_dbg("EC GPE dispatched\n"); 2020 + pm_pr_dbg("ACPI EC GPE dispatched\n"); 2021 2021 2022 2022 /* Flush the event and query workqueues. */ 2023 2023 acpi_ec_flush_work();