Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117321
b: refs/heads/master
c: b9d1312
h: refs/heads/master
i:
  117319: 3cdb0ec
v: v3
  • Loading branch information
Lin Ming authored and Len Brown committed Oct 23, 2008
1 parent f94a158 commit a302072
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8a0ec914afa1a994d2f6184ac4c6668b5f8068f
refs/heads/master: b9d1312ad4246e467f333dfe2ac4dc7a79608d59
4 changes: 4 additions & 0 deletions trunk/drivers/acpi/dispatcher/dswexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ acpi_ds_get_predicate_value(struct acpi_walk_state *walk_state,
status = AE_CTRL_FALSE;
}

/* Predicate can be used for an implicit return value */

(void)acpi_ds_do_implicit_return(local_obj_desc, walk_state, TRUE);

cleanup:

ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Completed a predicate eval=%X Op=%p\n",
Expand Down

0 comments on commit a302072

Please sign in to comment.