提交 5fcd7359 编写于 作者: R Rafael J. Wysocki

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: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 3441362b
...@@ -2017,7 +2017,7 @@ bool acpi_ec_dispatch_gpe(void) ...@@ -2017,7 +2017,7 @@ bool acpi_ec_dispatch_gpe(void)
*/ */
ret = acpi_dispatch_gpe(NULL, first_ec->gpe); ret = acpi_dispatch_gpe(NULL, first_ec->gpe);
if (ret == ACPI_INTERRUPT_HANDLED) { 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. */ /* Flush the event and query workqueues. */
acpi_ec_flush_work(); acpi_ec_flush_work();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册