diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-05-09 22:49:10 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-05-09 22:49:10 +0000 |
commit | 08f4234e06d8d6855c0b79c95da98f267ca3554e (patch) | |
tree | 1ad7923ff2f449c959fe850588203300417861ab /source/components | |
parent | a4d090d50dca12716fbca0cc738e692a0db75068 (diff) |
Notes
Diffstat (limited to 'source/components')
-rw-r--r-- | source/components/events/evgpe.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source/components/events/evgpe.c b/source/components/events/evgpe.c index 7534f6d75025..f5ea992a270b 100644 --- a/source/components/events/evgpe.c +++ b/source/components/events/evgpe.c @@ -240,14 +240,6 @@ AcpiEvEnableGpe ( ACPI_FUNCTION_TRACE (EvEnableGpe); - /* Clear the GPE (of stale events) */ - - Status = AcpiHwClearGpe(GpeEventInfo); - if (ACPI_FAILURE(Status)) - { - return_ACPI_STATUS(Status); - } - /* Enable the requested GPE */ Status = AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_ENABLE); |