summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/tbutils.c')
-rw-r--r--sys/contrib/dev/acpica/tbutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/tbutils.c b/sys/contrib/dev/acpica/tbutils.c
index a8252da..50dc4f2 100644
--- a/sys/contrib/dev/acpica/tbutils.c
+++ b/sys/contrib/dev/acpica/tbutils.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: tbutils - Table manipulation utilities
- * $Revision: 39 $
+ * $Revision: 40 $
*
*****************************************************************************/
@@ -146,6 +146,7 @@ AcpiTbHandleToObject (
UINT32 i;
ACPI_TABLE_DESC *ListHead;
+
PROC_NAME ("TbHandleToObject");
@@ -375,7 +376,6 @@ AcpiTbMapAcpiTable (
* Validate the header and delete the mapping.
* We will create a mapping for the full table below.
*/
-
Status = AcpiTbValidateTableHeader (Table);
/* Always unmap the memory for the header */
OpenPOWER on IntegriCloud