diff options
Diffstat (limited to 'drivers/acpi/hardware/hwgpe.c')
-rw-r--r-- | drivers/acpi/hardware/hwgpe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/hardware/hwgpe.c b/drivers/acpi/hardware/hwgpe.c index 729b68eb3e35..608a3a60ee11 100644 --- a/drivers/acpi/hardware/hwgpe.c +++ b/drivers/acpi/hardware/hwgpe.c | |||
@@ -370,7 +370,7 @@ acpi_status acpi_hw_disable_all_gpes(void) | |||
370 | { | 370 | { |
371 | acpi_status status; | 371 | acpi_status status; |
372 | 372 | ||
373 | ACPI_FUNCTION_TRACE("hw_disable_all_gpes"); | 373 | ACPI_FUNCTION_TRACE(hw_disable_all_gpes); |
374 | 374 | ||
375 | status = acpi_ev_walk_gpe_list(acpi_hw_disable_gpe_block); | 375 | status = acpi_ev_walk_gpe_list(acpi_hw_disable_gpe_block); |
376 | status = acpi_ev_walk_gpe_list(acpi_hw_clear_gpe_block); | 376 | status = acpi_ev_walk_gpe_list(acpi_hw_clear_gpe_block); |
@@ -393,7 +393,7 @@ acpi_status acpi_hw_enable_all_runtime_gpes(void) | |||
393 | { | 393 | { |
394 | acpi_status status; | 394 | acpi_status status; |
395 | 395 | ||
396 | ACPI_FUNCTION_TRACE("hw_enable_all_runtime_gpes"); | 396 | ACPI_FUNCTION_TRACE(hw_enable_all_runtime_gpes); |
397 | 397 | ||
398 | status = acpi_ev_walk_gpe_list(acpi_hw_enable_runtime_gpe_block); | 398 | status = acpi_ev_walk_gpe_list(acpi_hw_enable_runtime_gpe_block); |
399 | return_ACPI_STATUS(status); | 399 | return_ACPI_STATUS(status); |
@@ -415,7 +415,7 @@ acpi_status acpi_hw_enable_all_wakeup_gpes(void) | |||
415 | { | 415 | { |
416 | acpi_status status; | 416 | acpi_status status; |
417 | 417 | ||
418 | ACPI_FUNCTION_TRACE("hw_enable_all_wakeup_gpes"); | 418 | ACPI_FUNCTION_TRACE(hw_enable_all_wakeup_gpes); |
419 | 419 | ||
420 | status = acpi_ev_walk_gpe_list(acpi_hw_enable_wakeup_gpe_block); | 420 | status = acpi_ev_walk_gpe_list(acpi_hw_enable_wakeup_gpe_block); |
421 | return_ACPI_STATUS(status); | 421 | return_ACPI_STATUS(status); |