diff options
author | Bob Moore <robert.moore@intel.com> | 2009-04-21 22:20:23 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-05-27 00:30:48 -0400 |
commit | b74be6119e9e38390395f08767b7c84de9023b38 (patch) | |
tree | 57de7643de856b81fac00f413311eb7a321e8e7e /include/acpi/acpixf.h | |
parent | 59a3759d0fe8d969888c741bb33f4946e4d3750d (diff) |
ACPICA: Update error/warning interfaces
Moved the module name and line number to the end of the message.
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 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 4db89e98535d..a868df6fcef2 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -375,7 +375,7 @@ acpi_status acpi_leave_sleep_state_prep(u8 sleep_state); | |||
375 | acpi_status acpi_leave_sleep_state(u8 sleep_state); | 375 | acpi_status acpi_leave_sleep_state(u8 sleep_state); |
376 | 376 | ||
377 | /* | 377 | /* |
378 | * Debug output | 378 | * Error/Warning output |
379 | */ | 379 | */ |
380 | void ACPI_INTERNAL_VAR_XFACE | 380 | void ACPI_INTERNAL_VAR_XFACE |
381 | acpi_error(const char *module_name, | 381 | acpi_error(const char *module_name, |
@@ -394,6 +394,9 @@ void ACPI_INTERNAL_VAR_XFACE | |||
394 | acpi_info(const char *module_name, | 394 | acpi_info(const char *module_name, |
395 | u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); | 395 | u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); |
396 | 396 | ||
397 | /* | ||
398 | * Debug output | ||
399 | */ | ||
397 | #ifdef ACPI_DEBUG_OUTPUT | 400 | #ifdef ACPI_DEBUG_OUTPUT |
398 | 401 | ||
399 | void ACPI_INTERNAL_VAR_XFACE | 402 | void ACPI_INTERNAL_VAR_XFACE |