Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117296
b: refs/heads/master
c: b7906e3
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Oct 23, 2008
1 parent ced02c7 commit a9a9aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: bbc241340681557a16982f4d1840f00963bc05b4
refs/heads/master: b7906e324532c1616546f6d4a1306894ba7c0a3d
3 changes: 1 addition & 2 deletions trunk/drivers/acpi/executer/exconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ acpi_ex_add_table(u32 table_index,

/* Install the new table into the local data structures */

obj_desc->reference.object = ACPI_CAST_PTR(void,
(unsigned long)table_index);
obj_desc->reference.object = ACPI_TO_POINTER(table_index);

/* Add the table to the namespace */

Expand Down

0 comments on commit a9a9aff

Please sign in to comment.