summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/nseval.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-02-28 20:23:30 +0000
committernjl <njl@FreeBSD.org>2004-02-28 20:23:30 +0000
commit4335e07b6601dee959fdc8ee35b4cd21f3171c81 (patch)
tree885c1ceace8766961e3a5baedf4ef67ce438b844 /sys/contrib/dev/acpica/nseval.c
parent041f94a8baba77aa39abb282f948d95e42507781 (diff)
downloadFreeBSD-src-4335e07b6601dee959fdc8ee35b4cd21f3171c81.zip
FreeBSD-src-4335e07b6601dee959fdc8ee35b4cd21f3171c81.tar.gz
Vendor import of ACPICA 20040220
Diffstat (limited to 'sys/contrib/dev/acpica/nseval.c')
-rw-r--r--sys/contrib/dev/acpica/nseval.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/nseval.c b/sys/contrib/dev/acpica/nseval.c
index e325a7b..e464f8c 100644
--- a/sys/contrib/dev/acpica/nseval.c
+++ b/sys/contrib/dev/acpica/nseval.c
@@ -2,7 +2,7 @@
*
* Module Name: nseval - Object evaluation interfaces -- includes control
* method lookup and execution.
- * $Revision: 121 $
+ * $Revision: 123 $
*
******************************************************************************/
@@ -10,7 +10,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -188,7 +188,7 @@ AcpiNsEvaluateRelative (
Status = AcpiUtAcquireMutex (ACPI_MTX_NAMESPACE);
if (ACPI_FAILURE (Status))
{
- return_ACPI_STATUS (Status);
+ goto Cleanup;
}
PrefixNode = AcpiNsMapHandleToNode (Handle);
@@ -279,7 +279,7 @@ AcpiNsEvaluateByName (
Status = AcpiUtAcquireMutex (ACPI_MTX_NAMESPACE);
if (ACPI_FAILURE (Status))
{
- return_ACPI_STATUS (Status);
+ goto Cleanup;
}
/* Lookup the name in the namespace */
OpenPOWER on IntegriCloud