ACPICA 20050708 from Bob Moore <robert.moore@intel.com>
[deliverable/linux.git] / drivers / acpi / executer / exconfig.c
index 8bfa6effaa0c3eff101de0986878458c4757a81e..76c6ebd0231f2936336cfd70ac91bb1bd804bbfe 100644 (file)
@@ -487,7 +487,7 @@ acpi_ex_unload_table (
         * Delete the entire namespace under this table Node
         * (Offset contains the table_id)
         */
-       acpi_ns_delete_namespace_by_owner (table_info->table_id);
+       acpi_ns_delete_namespace_by_owner (table_info->owner_id);
 
        /* Delete the table itself */
 
This page took 0.025975 seconds and 5 git commands to generate.