From f5c24664bcd95f33b4beaa7405a3c89ad6d4a030 Mon Sep 17 00:00:00 2001 From: Bob Moore Date: Fri, 2 Feb 2007 19:48:24 +0300 Subject: [PATCH] --- yaml --- r: 46418 b: refs/heads/master c: 035f994b3ccfcfc555f838e2f33a2e49721e8533 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/tables/tbxface.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e7253deb1637..586bdfe87cf9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6c9deb7201d96733dcd1b4cc44e99232308db359 +refs/heads/master: 035f994b3ccfcfc555f838e2f33a2e49721e8533 diff --git a/trunk/drivers/acpi/tables/tbxface.c b/trunk/drivers/acpi/tables/tbxface.c index 84a80891d21b..807978d5381a 100644 --- a/trunk/drivers/acpi/tables/tbxface.c +++ b/trunk/drivers/acpi/tables/tbxface.c @@ -524,7 +524,8 @@ static acpi_status acpi_tb_load_namespace(void) /* * DSDT table has been found */ - acpi_tb_delete_table(ACPI_TABLE_INDEX_DSDT); + acpi_tb_delete_table(&acpi_gbl_root_table_list. + tables[ACPI_TABLE_INDEX_DSDT]); acpi_gbl_root_table_list.tables[ACPI_TABLE_INDEX_DSDT].pointer = table; acpi_gbl_root_table_list.tables[ACPI_TABLE_INDEX_DSDT].length =