diff options
Diffstat (limited to 'drivers/acpi/events/evgpe.c')
-rw-r--r-- | drivers/acpi/events/evgpe.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/events/evgpe.c b/drivers/acpi/events/evgpe.c index e0339d4139a4..ca356e5ae2c3 100644 --- a/drivers/acpi/events/evgpe.c +++ b/drivers/acpi/events/evgpe.c | |||
@@ -565,10 +565,6 @@ static void ACPI_SYSTEM_XFACE acpi_ev_asynch_execute_gpe_method(void *context) | |||
565 | */ | 565 | */ |
566 | info->prefix_node = | 566 | info->prefix_node = |
567 | local_gpe_event_info.dispatch.method_node; | 567 | local_gpe_event_info.dispatch.method_node; |
568 | info->parameters = | ||
569 | ACPI_CAST_PTR(union acpi_operand_object *, | ||
570 | gpe_event_info); | ||
571 | info->parameter_type = ACPI_PARAM_GPE; | ||
572 | info->flags = ACPI_IGNORE_RETURN_VALUE; | 568 | info->flags = ACPI_IGNORE_RETURN_VALUE; |
573 | 569 | ||
574 | status = acpi_ns_evaluate(info); | 570 | status = acpi_ns_evaluate(info); |