Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336623
b: refs/heads/master
c: 8a66790
h: refs/heads/master
i:
  336621: c30984e
  336619: 0b1d33a
  336615: 65ed381
  336607: d24d8b2
v: v3
  • Loading branch information
Rafael J. Wysocki committed Nov 16, 2012
1 parent 324678a commit 74e49af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8e345c991c8c7a3c081199ef77deada79e37618a
refs/heads/master: 8a66790b7850a6669129af078768a1d42076a0ef
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ static acpi_status acpi_dev_process_resource(struct acpi_resource *ares,
ret = c->preproc(ares, c->preproc_data);
if (ret < 0) {
c->error = ret;
return AE_ABORT_METHOD;
return AE_CTRL_TERMINATE;
} else if (ret > 0) {
return AE_OK;
}
Expand Down

0 comments on commit 74e49af

Please sign in to comment.