From cc64c75258cdd65688e8a27806ad0417bec44bb0 Mon Sep 17 00:00:00 2001 From: msmith Date: Mon, 5 Mar 2001 02:15:19 +0000 Subject: Belated vendor update to the Intel ACPI CA 20010208 snapshot. --- sys/contrib/dev/acpica/rslist.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/contrib/dev/acpica/rslist.c') 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); } -- cgit v1.1