ACPI: Remove useless if-test.
This commit is contained in:
@@ -277,8 +277,8 @@ acpi_std_ops(int32 op,...)
|
|||||||
|
|
||||||
case B_MODULE_UNINIT:
|
case B_MODULE_UNINIT:
|
||||||
{
|
{
|
||||||
if (checkAndLogFailure(AcpiTerminate(),
|
checkAndLogFailure(AcpiTerminate(),
|
||||||
"Could not bring system out of ACPI mode. Oh well."));
|
"Could not bring system out of ACPI mode. Oh well.");
|
||||||
|
|
||||||
gDPC->delete_dpc_queue(gDPCHandle);
|
gDPC->delete_dpc_queue(gDPCHandle);
|
||||||
gDPCHandle = NULL;
|
gDPCHandle = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user