diff options
Diffstat (limited to 'drivers/acpi/tables/tbxface.c')
-rw-r--r-- | drivers/acpi/tables/tbxface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/tables/tbxface.c b/drivers/acpi/tables/tbxface.c index 0c0b9085dbeb..ca2dbdd23ed3 100644 --- a/drivers/acpi/tables/tbxface.c +++ b/drivers/acpi/tables/tbxface.c | |||
@@ -260,8 +260,7 @@ acpi_unload_table ( | |||
260 | * "Scope" operator. Thus, we need to track ownership by an ID, not | 260 | * "Scope" operator. Thus, we need to track ownership by an ID, not |
261 | * simply a position within the hierarchy | 261 | * simply a position within the hierarchy |
262 | */ | 262 | */ |
263 | acpi_ns_delete_namespace_by_owner (table_desc->table_id); | 263 | acpi_ns_delete_namespace_by_owner (table_desc->owner_id); |
264 | |||
265 | table_desc = table_desc->next; | 264 | table_desc = table_desc->next; |
266 | } | 265 | } |
267 | 266 | ||