Commit 75434a2a authored by Bob Moore's avatar Bob Moore Committed by Len Brown

ACPICA: Increase configurability of error messages

Update to utxferror.c
Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 77b23f71
...@@ -221,7 +221,7 @@ ACPI_EXPORT_SYMBOL(acpi_info) ...@@ -221,7 +221,7 @@ ACPI_EXPORT_SYMBOL(acpi_info)
* The remainder of this module contains internal error functions that may * The remainder of this module contains internal error functions that may
* be configured out. * be configured out.
*/ */
#ifndef ACPI_NO_ERROR_MESSAGES #if !defined (ACPI_NO_ERROR_MESSAGES) && !defined (ACPI_BIN_APP)
/******************************************************************************* /*******************************************************************************
* *
* FUNCTION: acpi_ut_predefined_warning * FUNCTION: acpi_ut_predefined_warning
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment