Automated cleanup.

This commit is contained in:
rmoore1 2007-03-14 19:36:55 +00:00
parent 7c7d01c61e
commit ace9fa78b0

View File

@ -1,7 +1,7 @@
/****************************************************************************** /******************************************************************************
* *
* Module Name: evmisc - Miscellaneous event manager support functions * Module Name: evmisc - Miscellaneous event manager support functions
* $Revision: 1.102 $ * $Revision: 1.103 $
* *
*****************************************************************************/ *****************************************************************************/
@ -559,7 +559,7 @@ AcpiEvAcquireGlobalLock (
* Only one thread can acquire the GL at a time, the GlobalLockMutex * Only one thread can acquire the GL at a time, the GlobalLockMutex
* enforces this. This interface releases the interpreter if we must wait. * enforces this. This interface releases the interpreter if we must wait.
*/ */
Status = AcpiExSystemWaitMutex (AcpiGbl_GlobalLockMutex->Mutex.OsMutex, Status = AcpiExSystemWaitMutex (AcpiGbl_GlobalLockMutex->Mutex.OsMutex,
Timeout); Timeout);
if (ACPI_FAILURE (Status)) if (ACPI_FAILURE (Status))
{ {