summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-12-02 12:53:57 -0800
committerRobert Moore <Robert.Moore@intel.com>2016-12-02 12:53:57 -0800
commitaa72e7745f9a801c836b7804fe041559038972b8 (patch)
tree6d15ee76d2f949d6b99286f67cdb72d8c62a5dae
parentd1b8a8751d3e09ce4b42547995e32b6e7bb654b8 (diff)
downloadacpica-aa72e7745f9a801c836b7804fe041559038972b8.tar.gz
Fix a couple of debug output statements
Remove extraneous quotes around function names.
-rw-r--r--source/common/acfileio.c2
-rw-r--r--source/components/parser/pstree.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/common/acfileio.c b/source/common/acfileio.c
index 9b4564ea3..ca7e79e20 100644
--- a/source/common/acfileio.c
+++ b/source/common/acfileio.c
@@ -475,7 +475,7 @@ AcValidateTableHeader (
UINT32 i;
- ACPI_FUNCTION_TRACE ("AcValidateTableHeader");
+ ACPI_FUNCTION_TRACE (AcValidateTableHeader);
/* Read a potential table header */
diff --git a/source/components/parser/pstree.c b/source/components/parser/pstree.c
index ec059ec68..ae49fab36 100644
--- a/source/components/parser/pstree.c
+++ b/source/components/parser/pstree.c
@@ -214,7 +214,7 @@ AcpiPsAppendArg (
const ACPI_OPCODE_INFO *OpInfo;
- ACPI_FUNCTION_TRACE ("PsAppendArg");
+ ACPI_FUNCTION_TRACE (PsAppendArg);
if (!Op)