diff options
Diffstat (limited to 'source/components/events/evxface.c')
-rw-r--r-- | source/components/events/evxface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/events/evxface.c b/source/components/events/evxface.c index 8577a6d02d82..8e8eacf70224 100644 --- a/source/components/events/evxface.c +++ b/source/components/events/evxface.c @@ -1256,7 +1256,7 @@ AcpiRemoveGpeHandler ( ACPI_GPE_DISPATCH_NOTIFY)) && Handler->OriginallyEnabled) { - (void) AcpiEvAddGpeReference (GpeEventInfo); + (void) AcpiEvAddGpeReference (GpeEventInfo, FALSE); if (ACPI_GPE_IS_POLLING_NEEDED (GpeEventInfo)) { /* Poll edge triggered GPEs to handle existing events */ |