ACPI: Remove useless if-test.

This commit is contained in:
Augustin Cavalier
2018-06-21 22:02:46 -04:00
parent f4b42b518a
commit b9491db99c
@@ -277,8 +277,8 @@ acpi_std_ops(int32 op,...)
case B_MODULE_UNINIT:
{
if (checkAndLogFailure(AcpiTerminate(),
"Could not bring system out of ACPI mode. Oh well."));
checkAndLogFailure(AcpiTerminate(),
"Could not bring system out of ACPI mode. Oh well.");
gDPC->delete_dpc_queue(gDPCHandle);
gDPCHandle = NULL;