diff options
author | Bob Moore <robert.moore@intel.com> | 2009-11-11 20:18:45 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-11-24 21:27:57 -0500 |
commit | 7df200cd980442868f5579c0880a9221da628d17 (patch) | |
tree | 9a6e03af564cccb6d98ac6ffc642dc4174f9e88f /drivers/acpi/acpica/acutils.h | |
parent | cc3316e7a97cdbfc34633e20195f8c98b9ff9ff5 (diff) |
ACPICA: Reduce severity of predefined repair messages, Warning to Info
Since the object was successfully repaired, a Warning is too
severe. Reduced to Info for now. We may eventually change these
messages to debug-only. ACPICA BZ 812.
http://www.acpica.org/bugzilla/show_bug.cgi?id=812
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>
Diffstat (limited to 'drivers/acpi/acpica/acutils.h')
-rw-r--r-- | drivers/acpi/acpica/acutils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acutils.h b/drivers/acpi/acpica/acutils.h index 863a264b829e..f920d89b3b15 100644 --- a/drivers/acpi/acpica/acutils.h +++ b/drivers/acpi/acpica/acutils.h | |||
@@ -481,6 +481,11 @@ acpi_ut_predefined_warning(const char *module_name, | |||
481 | char *pathname, | 481 | char *pathname, |
482 | u8 node_flags, const char *format, ...); | 482 | u8 node_flags, const char *format, ...); |
483 | 483 | ||
484 | void ACPI_INTERNAL_VAR_XFACE | ||
485 | acpi_ut_predefined_info(const char *module_name, | ||
486 | u32 line_number, | ||
487 | char *pathname, u8 node_flags, const char *format, ...); | ||
488 | |||
484 | /* Values for Base above (16=Hex, 10=Decimal) */ | 489 | /* Values for Base above (16=Hex, 10=Decimal) */ |
485 | 490 | ||
486 | #define ACPI_ANY_BASE 0 | 491 | #define ACPI_ANY_BASE 0 |