summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/psscope.c
diff options
context:
space:
mode:
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 b8211eb..6509f4a 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;
OpenPOWER on IntegriCloud