This commit was generated by cvs2svn to compensate for changes in r152058,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Nate Lawson 2005-11-04 20:15:09 +00:00
commit d4d37d2fc9

View File

@ -514,12 +514,10 @@ AcpiRsGetListLength (
case ACPI_RESOURCE_NAME_END_TAG:
/*
* End Tag:
* Terminate the loop now
* End Tag: This is the normal exit, add size of EndTag
*/
AmlBufferLength = BytesParsed;
break;
*SizeNeeded = BufferSize + ACPI_RS_SIZE_MIN;
return_ACPI_STATUS (AE_OK);
default:
break;