ACPI: add dump_stack() to trace acpi_format_exception programming errors
Dump the stack so we can find the secretive caller to acpi_format_exception(). Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
b3e572d2eb
commit
3e0d69ecf0
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ const char *acpi_format_exception(acpi_status status)
|
||||||
"Unknown exception code: 0x%8.8X", status));
|
"Unknown exception code: 0x%8.8X", status));
|
||||||
|
|
||||||
exception = "UNKNOWN_STATUS_CODE";
|
exception = "UNKNOWN_STATUS_CODE";
|
||||||
|
dump_stack();
|
||||||
}
|
}
|
||||||
|
|
||||||
return (ACPI_CAST_PTR(const char, exception));
|
return (ACPI_CAST_PTR(const char, exception));
|
||||||
|
|
Loading…
Reference in a new issue