diff options
Diffstat (limited to 'source/components/events/evsci.c')
-rw-r--r-- | source/components/events/evsci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/events/evsci.c b/source/components/events/evsci.c index 93b307e4c1b53..f2218656e0892 100644 --- a/source/components/events/evsci.c +++ b/source/components/events/evsci.c @@ -218,7 +218,7 @@ AcpiEvInstallSciHandler ( Status = AcpiOsInstallInterruptHandler ((UINT32) AcpiGbl_FADT.SciInterrupt, - AcpiEvSciXruptHandler, AcpiGbl_GpeXruptListHead); + AcpiEvSciXruptHandler, AcpiGbl_GpeXruptListHead); return_ACPI_STATUS (Status); } @@ -257,7 +257,7 @@ AcpiEvRemoveAllSciHandlers ( /* Just let the OS remove the handler and disable the level */ Status = AcpiOsRemoveInterruptHandler ((UINT32) AcpiGbl_FADT.SciInterrupt, - AcpiEvSciXruptHandler); + AcpiEvSciXruptHandler); if (!AcpiGbl_SciHandlerList) { |