This commit was generated by cvs2svn to compensate for changes in r122137,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
e5c6a5c246
@ -435,7 +435,7 @@ AcpiDmIsResourceDescriptor (
|
||||
|
||||
/* The list must have a valid END_TAG */
|
||||
|
||||
if (ByteData[ByteCount-2] != (ACPI_RDESC_TYPE_END_TAG | 1))
|
||||
if (ByteData[ByteCount-1] != (ACPI_RDESC_TYPE_END_TAG | 1))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user