mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 11:16:48 +07:00
ACPICA: Updated error message for dynamic method serialization
Added more information to make the message clearer. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
5cc1b9b426
commit
6deb65dd9d
@ -532,7 +532,7 @@ acpi_status acpi_ps_parse_aml(struct acpi_walk_state *walk_state)
|
|||||||
if ((status == AE_ALREADY_EXISTS) &&
|
if ((status == AE_ALREADY_EXISTS) &&
|
||||||
(!walk_state->method_desc->method.mutex)) {
|
(!walk_state->method_desc->method.mutex)) {
|
||||||
ACPI_INFO((AE_INFO,
|
ACPI_INFO((AE_INFO,
|
||||||
"Marking method %4.4s as Serialized",
|
"Marking method %4.4s as Serialized because of AE_ALREADY_EXISTS error",
|
||||||
walk_state->method_node->name.
|
walk_state->method_node->name.
|
||||||
ascii));
|
ascii));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user