From aa72e7745f9a801c836b7804fe041559038972b8 Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Fri, 2 Dec 2016 12:53:57 -0800 Subject: Fix a couple of debug output statements Remove extraneous quotes around function names. --- source/common/acfileio.c | 2 +- source/components/parser/pstree.c | 2 +- 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) -- cgit v1.2.1