diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 11:48:18 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:21 -0500 |
commit | 2e42005bcdb4f63bed1cea7f537a5534d4bd7a57 (patch) | |
tree | 5fe6d8899ad59c57c9b8b0c976a76a137d22b094 /drivers | |
parent | f93a21c7184de3db962d01f11eb2ddad5396c824 (diff) |
ACPICA: Update debug output
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
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))); |