summaryrefslogtreecommitdiff
path: root/source/components
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-05-09 22:49:10 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-05-09 22:49:10 +0000
commit08f4234e06d8d6855c0b79c95da98f267ca3554e (patch)
tree1ad7923ff2f449c959fe850588203300417861ab /source/components
parenta4d090d50dca12716fbca0cc738e692a0db75068 (diff)
Notes
Diffstat (limited to 'source/components')
-rw-r--r--source/components/events/evgpe.c8
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);