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:
commit
d4d37d2fc9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user