summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/rslist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/rslist.c')
-rw-r--r--sys/contrib/dev/acpica/rslist.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/rslist.c b/sys/contrib/dev/acpica/rslist.c
index 0647d63..60e10b4 100644
--- a/sys/contrib/dev/acpica/rslist.c
+++ b/sys/contrib/dev/acpica/rslist.c
@@ -2,7 +2,7 @@
*
* Module Name: rslist - AcpiRsByteStreamToList
* AcpiListToByteStream
- * $Revision: 10 $
+ * $Revision: 11 $
*
******************************************************************************/
@@ -399,8 +399,7 @@ AcpiRsByteStreamToList (
/*
* Check the reason for exiting the while loop
*/
- if (!(ByteStreamBufferLength == BytesParsed) ||
- (TRUE != EndTagProcessed))
+ if (TRUE != EndTagProcessed)
{
return_ACPI_STATUS (AE_AML_ERROR);
}
OpenPOWER on IntegriCloud