diff options
-rw-r--r-- | drivers/acpi/executer/exconfig.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/executer/exconfig.c b/drivers/acpi/executer/exconfig.c index 331a114f42c9..4c512c2990e5 100644 --- a/drivers/acpi/executer/exconfig.c +++ b/drivers/acpi/executer/exconfig.c | |||
@@ -96,8 +96,7 @@ acpi_ex_add_table(u32 table_index, | |||
96 | 96 | ||
97 | /* Install the new table into the local data structures */ | 97 | /* Install the new table into the local data structures */ |
98 | 98 | ||
99 | obj_desc->reference.object = ACPI_CAST_PTR(void, | 99 | obj_desc->reference.object = ACPI_TO_POINTER(table_index); |
100 | (unsigned long)table_index); | ||
101 | 100 | ||
102 | /* Add the table to the namespace */ | 101 | /* Add the table to the namespace */ |
103 | 102 | ||