aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/nsdumpdv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/nsdumpdv.c')
-rw-r--r--sys/contrib/dev/acpica/nsdumpdv.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/contrib/dev/acpica/nsdumpdv.c b/sys/contrib/dev/acpica/nsdumpdv.c
index b62b85d5bed0..91c6b542f126 100644
--- a/sys/contrib/dev/acpica/nsdumpdv.c
+++ b/sys/contrib/dev/acpica/nsdumpdv.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: nsdump - table dumping routines for debug
- * $Revision: 1.16 $
+ * $Revision: 1.20 $
*
*****************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -159,7 +159,7 @@ AcpiNsDumpOneDevice (
UINT32 i;
- ACPI_FUNCTION_NAME ("NsDumpOneDevice");
+ ACPI_FUNCTION_NAME (NsDumpOneDevice);
Status = AcpiNsDumpOneObject (ObjHandle, Level, Context, ReturnValue);
@@ -178,7 +178,7 @@ AcpiNsDumpOneDevice (
" HID: %s, ADR: %8.8X%8.8X, Status: %X\n",
Info->HardwareId.Value, ACPI_FORMAT_UINT64 (Info->Address),
Info->CurrentStatus));
- ACPI_MEM_FREE (Info);
+ ACPI_FREE (Info);
}
return (Status);
@@ -205,7 +205,7 @@ AcpiNsDumpRootDevices (
ACPI_STATUS Status;
- ACPI_FUNCTION_NAME ("NsDumpRootDevices");
+ ACPI_FUNCTION_NAME (NsDumpRootDevices);
/* Only dump the table if tracing is enabled */