Skip to content

Commit

Permalink
ACPICA: Increase configurability of error messages
Browse files Browse the repository at this point in the history
Update to utxferror.c

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Bob Moore authored and Len Brown committed Oct 1, 2010
1 parent 77b23f7 commit 75434a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/acpica/utxferror.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ ACPI_EXPORT_SYMBOL(acpi_info)
* The remainder of this module contains internal error functions that may
* be configured out.
*/
#ifndef ACPI_NO_ERROR_MESSAGES
#if !defined (ACPI_NO_ERROR_MESSAGES) && !defined (ACPI_BIN_APP)
/*******************************************************************************
*
* FUNCTION: acpi_ut_predefined_warning
Expand Down

0 comments on commit 75434a2

Please sign in to comment.