diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/events/evgpe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/events/evgpe.c b/drivers/acpi/events/evgpe.c index c76c0583ca6a..1f98818fa64c 100644 --- a/drivers/acpi/events/evgpe.c +++ b/drivers/acpi/events/evgpe.c | |||
@@ -570,7 +570,7 @@ static void ACPI_SYSTEM_XFACE acpi_ev_asynch_execute_gpe_method(void *context) | |||
570 | 570 | ||
571 | if (ACPI_FAILURE(status)) { | 571 | if (ACPI_FAILURE(status)) { |
572 | ACPI_EXCEPTION((AE_INFO, status, | 572 | ACPI_EXCEPTION((AE_INFO, status, |
573 | "While evaluating GPE method [%4.4s]", | 573 | "while evaluating GPE method [%4.4s]", |
574 | acpi_ut_get_node_name | 574 | acpi_ut_get_node_name |
575 | (local_gpe_event_info.dispatch. | 575 | (local_gpe_event_info.dispatch. |
576 | method_node))); | 576 | method_node))); |