Automated cleanup

date	2003.05.21.22.48.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:29:36 +00:00
parent 5c6232f42c
commit f963838e52

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: exfldio - Aml Field I/O
* $Revision: 1.95 $
* $Revision: 1.96 $
*
*****************************************************************************/
@ -895,7 +895,7 @@ AcpiExExtractFromField (
/* Store the datum to the caller buffer */
AcpiExSetBufferDatum (MergedDatum, Buffer, BufferLength,
AcpiExSetBufferDatum (MergedDatum, Buffer, BufferLength,
ObjDesc->CommonField.AccessByteWidth, DatumOffset);
return_ACPI_STATUS (AE_OK);