提交 2ae41174 编写于 作者: L Len Brown

Revert "[ACPI] fix pnpacpi regression resulting from ACPICA 20051117"

This reverts ed349a8a commit.
上级 3963f008
......@@ -286,12 +286,6 @@ acpi_walk_resources(acpi_handle device_handle,
break;
}
/* end_tag indicates end-of-list */
if (resource->type == ACPI_RESOURCE_TYPE_END_TAG) {
break;
}
/* Invoke the user function, abort on any error returned */
status = user_function(resource, context);
......@@ -304,6 +298,12 @@ acpi_walk_resources(acpi_handle device_handle,
break;
}
/* end_tag indicates end-of-list */
if (resource->type == ACPI_RESOURCE_TYPE_END_TAG) {
break;
}
/* Get the next resource descriptor */
resource =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册