提交 8121aa26 编写于 作者: L Lv Zheng 提交者: Rafael J. Wysocki

ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serialize_method()

There is a lock unbalanced exit path in acpi_ds_initialize_method(),
this patch corrects it.

Fixes: 441ad11d (ACPICA: Dispatcher: Fix a mutex issue for method auto serialization)
Tested-by: NImre Deak <imre.deak@intel.com>
Signed-off-by: NLv Zheng <lv.zheng@intel.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 25ccd242
...@@ -128,7 +128,7 @@ acpi_ds_auto_serialize_method(struct acpi_namespace_node *node, ...@@ -128,7 +128,7 @@ acpi_ds_auto_serialize_method(struct acpi_namespace_node *node,
if (ACPI_FAILURE(status)) { if (ACPI_FAILURE(status)) {
acpi_ds_delete_walk_state(walk_state); acpi_ds_delete_walk_state(walk_state);
acpi_ps_free_op(op); acpi_ps_free_op(op);
return_ACPI_STATUS(status); goto unlock;
} }
walk_state->descending_callback = acpi_ds_detect_named_opcodes; walk_state->descending_callback = acpi_ds_detect_named_opcodes;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册