aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/psscope.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2001-09-07 01:22:25 +0000
committerMike Smith <msmith@FreeBSD.org>2001-09-07 01:22:25 +0000
commit7fb2c1c6169b76180d4ee5c3147edf4da2fdd083 (patch)
treeba0c24c50a259baa38d43cef66fae1699ec4f152 /sys/contrib/dev/acpica/psscope.c
parent2ee2f9cb7457edd22680e19323177347cd0aabff (diff)
Vendor-branch import of the Intel ACPI CA 20010831 snapshot.
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=83174
Diffstat (limited to 'sys/contrib/dev/acpica/psscope.c')
-rw-r--r--sys/contrib/dev/acpica/psscope.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/psscope.c b/sys/contrib/dev/acpica/psscope.c
index b8211ebe3f80..6509f4a03bf8 100644
--- a/sys/contrib/dev/acpica/psscope.c
+++ b/sys/contrib/dev/acpica/psscope.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psscope - Parser scope stack management routines
- * $Revision: 28 $
+ * $Revision: 29 $
*
*****************************************************************************/
@@ -298,6 +298,7 @@ AcpiPsPopScope (
FUNCTION_TRACE ("PsPopScope");
+
/*
* Only pop the scope if there is in fact a next scope
*/
@@ -305,7 +306,6 @@ AcpiPsPopScope (
{
Scope = AcpiUtPopGenericState (&ParserState->Scope);
-
/* return to parsing previous op */
*Op = Scope->ParseScope.Op;