Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350863
b: refs/heads/master
c: 2271582
h: refs/heads/master
i:
  350861: 5ce1763
  350859: 85bf710
  350855: 8ae79d6
  350847: 21bf59e
v: v3
  • Loading branch information
Jesper Juhl authored and Rafael J. Wysocki committed Jan 10, 2013
1 parent c25047c commit 1c54cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 75e444606d88b877dfb1a57b0a0ae81ed5320922
refs/heads/master: 227158211e8eba104a477c9a263797256811f206
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/acpica/dsmethod.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ acpi_ds_call_control_method(struct acpi_thread_state *thread,
*/
info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_evaluate_info));
if (!info) {
return_ACPI_STATUS(AE_NO_MEMORY);
status = AE_NO_MEMORY;
goto cleanup;
}

info->parameters = &this_walk_state->operands[0];
Expand Down

0 comments on commit 1c54cd9

Please sign in to comment.