mirror of
https://github.com/acpica/acpica/
synced 2025-03-06 14:21:47 +03:00
return AE_OK from leavesleepstate even if the control methods don't
exist (because that is OK) date 2001.12.11.18.59.00; author agrover; state Exp;
This commit is contained in:
parent
5f4d1b2941
commit
c25ea6e631
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: hwsleep.c - ACPI Hardware Sleep/Wake Interface
|
||||
* $Revision: 1.27 $
|
||||
* $Revision: 1.28 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -427,5 +427,5 @@ AcpiLeaveSleepState (
|
||||
|
||||
AcpiHwEnableNonWakeupGpes();
|
||||
|
||||
return_ACPI_STATUS (Status);
|
||||
return_ACPI_STATUS (AE_OK);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user