release GL in every exit path in AcpiAmlCopyIntegerToFieldUnit

date	2001.03.15.19.29.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:55:54 +00:00
parent bb3ac62ea7
commit e37b3dcc15

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: amstorob - AML Interpreter object store support, store to object
* $Revision: 1.26 $
* $Revision: 1.27 $
*
*****************************************************************************/
@ -535,6 +535,7 @@ AcpiAmlCopyIntegerToFieldUnit (
{
DEBUG_PRINT (ACPI_ERROR,
("AmlCopyIntegerToFieldUnit: FieldUnit: Implementation limitation - Field exceeds UINT32\n"));
AcpiAmlReleaseGlobalLock (Locked);
return_ACPI_STATUS (AE_NOT_IMPLEMENTED);
}