aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/events/evgpe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/events/evgpe.c')
-rw-r--r--drivers/acpi/events/evgpe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/events/evgpe.c b/drivers/acpi/events/evgpe.c
index 1f98818fa64c..d9f71dda278a 100644
--- a/drivers/acpi/events/evgpe.c
+++ b/drivers/acpi/events/evgpe.c
@@ -618,6 +618,8 @@ acpi_ev_gpe_dispatch(struct acpi_gpe_event_info *gpe_event_info, u32 gpe_number)
618 618
619 ACPI_FUNCTION_TRACE(ev_gpe_dispatch); 619 ACPI_FUNCTION_TRACE(ev_gpe_dispatch);
620 620
621 acpi_gpe_count++;
622
621 /* 623 /*
622 * If edge-triggered, clear the GPE status bit now. Note that 624 * If edge-triggered, clear the GPE status bit now. Note that
623 * level-triggered events are cleared after the GPE is serviced. 625 * level-triggered events are cleared after the GPE is serviced.