Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19503
b: refs/heads/master
c: ed349a8
h: refs/heads/master
i:
  19501: fd8381d
  19499: 6044d10
  19495: d37fda5
  19487: 3de817d
v: v3
  • Loading branch information
Len Brown committed Jan 5, 2006
1 parent 2a8b77a commit 65a3415
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: 3173cdfe02995f6c6841a28b5148f94cefd8ab77
refs/heads/master: ed349a8a0a780ed27e2a765f16cee54d9b63bfee
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,6 +286,12 @@ 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 @@ -298,12 +304,6 @@ 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 65a3415

Please sign in to comment.