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:
aystarik 2005-06-29 16:57:28 +00:00
parent 5f4d1b2941
commit c25ea6e631

View File

@ -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);
}