diff --git a/source/components/events/evevent.c b/source/components/events/evevent.c index 913cbd143..2432cc3d9 100644 --- a/source/components/events/evevent.c +++ b/source/components/events/evevent.c @@ -313,7 +313,7 @@ AcpiEvFixedEventInitialize ( Status = AcpiWriteBitRegister ( AcpiGbl_FixedEventInfo[i].EnableRegisterId, (i == ACPI_EVENT_PCIE_WAKE) ? - ACPI_ENABLE_EVENT : ACPI_DISABLE_EVENT); + ACPI_ENABLE_EVENT : ACPI_DISABLE_EVENT); if (ACPI_FAILURE (Status)) { return (Status);