|
@@ -375,8 +375,7 @@ acpi_ex_release_mutex(union acpi_operand_object *obj_desc,
|
|
return_ACPI_STATUS(AE_AML_MUTEX_NOT_ACQUIRED);
|
|
return_ACPI_STATUS(AE_AML_MUTEX_NOT_ACQUIRED);
|
|
}
|
|
}
|
|
|
|
|
|
- /* Must have a valid thread ID */
|
|
|
|
-
|
|
|
|
|
|
+ /* Must have a valid thread. */
|
|
if (!walk_state->thread) {
|
|
if (!walk_state->thread) {
|
|
ACPI_ERROR((AE_INFO,
|
|
ACPI_ERROR((AE_INFO,
|
|
"Cannot release Mutex [%4.4s], null thread info",
|
|
"Cannot release Mutex [%4.4s], null thread info",
|