Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102015
b: refs/heads/master
c: b524376
h: refs/heads/master
i:
  102013: 7b528f1
  102011: 35701a2
  102007: 5c56143
  101999: a793162
  101983: 85851dc
  101951: f017871
  101887: 55de5f2
v: v3
  • Loading branch information
Bob Moore authored and Andi Kleen committed Jul 16, 2008
1 parent 3b7ea96 commit 570ec4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: d97b4358da9bdaee5789c85415d770e36aebca52
refs/heads/master: b52437641edf63cee2f2f73a189154989b4a7ff4
8 changes: 4 additions & 4 deletions trunk/drivers/acpi/executer/exprep.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,11 @@ acpi_status acpi_ex_prep_field_value(struct acpi_create_field_info *info)
*/
second_desc = obj_desc->common.next_object;
second_desc->extra.aml_start =
((union acpi_parse_object *)(info->data_register_node))->
named.data;
ACPI_CAST_PTR(union acpi_parse_object,
info->data_register_node)->named.data;
second_desc->extra.aml_length =
((union acpi_parse_object *)(info->data_register_node))->
named.length;
ACPI_CAST_PTR(union acpi_parse_object,
info->data_register_node)->named.length;

break;

Expand Down

0 comments on commit 570ec4e

Please sign in to comment.