diff options
Diffstat (limited to 'drivers/acpi/acpica/evgpeutil.c')
-rw-r--r-- | drivers/acpi/acpica/evgpeutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/evgpeutil.c b/drivers/acpi/acpica/evgpeutil.c index cb50dd91bc18..228a0c3b1d49 100644 --- a/drivers/acpi/acpica/evgpeutil.c +++ b/drivers/acpi/acpica/evgpeutil.c | |||
@@ -374,7 +374,8 @@ acpi_ev_delete_gpe_handlers(struct acpi_gpe_xrupt_info *gpe_xrupt_info, | |||
374 | gpe_event_info->dispatch.handler = NULL; | 374 | gpe_event_info->dispatch.handler = NULL; |
375 | gpe_event_info->flags &= | 375 | gpe_event_info->flags &= |
376 | ~ACPI_GPE_DISPATCH_MASK; | 376 | ~ACPI_GPE_DISPATCH_MASK; |
377 | } else if ((gpe_event_info-> | 377 | } else |
378 | if ((gpe_event_info-> | ||
378 | flags & ACPI_GPE_DISPATCH_MASK) == | 379 | flags & ACPI_GPE_DISPATCH_MASK) == |
379 | ACPI_GPE_DISPATCH_NOTIFY) { | 380 | ACPI_GPE_DISPATCH_NOTIFY) { |
380 | 381 | ||