Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19507
b: refs/heads/master
c: 2ae4117
h: refs/heads/master
i:
  19505: baf0f67
  19503: 65a3415
v: v3
  • Loading branch information
Len Brown committed Jan 16, 2006
1 parent d3e2d34 commit f09ec1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3963f00831bc01f509c7dc38d050505fca64f67d
refs/heads/master: 2ae4117435b30c7f9c12c89bcb323ce48b08c16a
12 changes: 6 additions & 6 deletions trunk/drivers/acpi/resources/rsxface.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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 =
Expand Down

0 comments on commit f09ec1a

Please sign in to comment.