From 3c2d289702f0f88d8906c527a38380a170d8815d Mon Sep 17 00:00:00 2001 From: Myron Stowe Date: Fri, 30 Jan 2009 15:44:53 -0700 Subject: [PATCH] --- yaml --- r: 131098 b: refs/heads/master c: 386e4a8358239f90275e1f93d5ad11cdc93c6453 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/acpica/tbutils.c | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 164ab4ed8ea1..8856a839173c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d96f94c604453f87fe24154b87e1e9a3a72511f8 +refs/heads/master: 386e4a8358239f90275e1f93d5ad11cdc93c6453 diff --git a/trunk/drivers/acpi/acpica/tbutils.c b/trunk/drivers/acpi/acpica/tbutils.c index 9684cc827930..22ce48985720 100644 --- a/trunk/drivers/acpi/acpica/tbutils.c +++ b/trunk/drivers/acpi/acpica/tbutils.c @@ -538,10 +538,9 @@ acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags) if (ACPI_FAILURE(status)) { ACPI_WARNING((AE_INFO, "Truncating %u table entries!", - (unsigned) - (acpi_gbl_root_table_list.size - - acpi_gbl_root_table_list. - count))); + (unsigned) (table_count - + (acpi_gbl_root_table_list. + count - 2)))); break; } }