diff options
Diffstat (limited to 'drivers/acpi/utilities/utglobal.c')
-rw-r--r-- | drivers/acpi/utilities/utglobal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/utilities/utglobal.c b/drivers/acpi/utilities/utglobal.c index 87ca9a0a8b76..ffd13383a325 100644 --- a/drivers/acpi/utilities/utglobal.c +++ b/drivers/acpi/utilities/utglobal.c | |||
@@ -121,8 +121,8 @@ const char *acpi_format_exception(acpi_status status) | |||
121 | if (!exception) { | 121 | if (!exception) { |
122 | /* Exception code was not recognized */ | 122 | /* Exception code was not recognized */ |
123 | 123 | ||
124 | ACPI_REPORT_ERROR(("Unknown exception code: 0x%8.8X\n", | 124 | ACPI_ERROR((AE_INFO, |
125 | status)); | 125 | "Unknown exception code: 0x%8.8X", status)); |
126 | 126 | ||
127 | exception = "UNKNOWN_STATUS_CODE"; | 127 | exception = "UNKNOWN_STATUS_CODE"; |
128 | } | 128 | } |