summaryrefslogtreecommitdiff
path: root/source/include/acmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acmacros.h')
-rw-r--r--source/include/acmacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/acmacros.h b/source/include/acmacros.h
index 9d7ed06d5ddc..feb45937e141 100644
--- a/source/include/acmacros.h
+++ b/source/include/acmacros.h
@@ -567,7 +567,7 @@
* the plist contains a set of parens to allow variable-length lists.
* These macros are used for both the debug and non-debug versions of the code.
*/
-#define ACPI_ERROR_NAMESPACE(s, e) AcpiUtNamespaceError (AE_INFO, s, e);
+#define ACPI_ERROR_NAMESPACE(s, p, e) AcpiUtPrefixedNamespaceError (AE_INFO, s, p, e);
#define ACPI_ERROR_METHOD(s, n, p, e) AcpiUtMethodError (AE_INFO, s, n, p, e);
#define ACPI_WARN_PREDEFINED(plist) AcpiUtPredefinedWarning plist
#define ACPI_INFO_PREDEFINED(plist) AcpiUtPredefinedInfo plist