Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48679
b: refs/heads/master
c: ecb5f75
h: refs/heads/master
i:
  48677: 1fb89cb
  48675: cd556ac
  48671: 4cc991f
v: v3
  • Loading branch information
John Keller authored and Len Brown committed Feb 16, 2007
1 parent 95ab8e3 commit a3b89e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: c24e912b61b1ab2301c59777134194066b06465c
refs/heads/master: ecb5f7521a309cb9c5fc0832b9705cd2a03d7d45
7 changes: 4 additions & 3 deletions trunk/drivers/acpi/tables/tbxface.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ acpi_status acpi_unload_table_id(acpi_owner_id id)
int i;
acpi_status status = AE_NOT_EXIST;

ACPI_FUNCTION_TRACE(acpi_unload_table);
ACPI_FUNCTION_TRACE(acpi_unload_table_id);

/* Find table from the requested type list */
/* Find table in the global table list */
for (i = 0; i < acpi_gbl_root_table_list.count; ++i) {
if (id != acpi_gbl_root_table_list.tables[i].owner_id) {
continue;
Expand All @@ -352,8 +352,9 @@ acpi_status acpi_unload_table_id(acpi_owner_id id)
* simply a position within the hierarchy
*/
acpi_tb_delete_namespace_by_owner(i);
acpi_tb_release_owner_id(i);
status = acpi_tb_release_owner_id(i);
acpi_tb_set_table_loaded_flag(i, FALSE);
break;
}
return_ACPI_STATUS(status);
}
Expand Down

0 comments on commit a3b89e6

Please sign in to comment.