From: Lv Zheng Date: Fri, 4 Apr 2014 04:38:50 +0000 (+0800) Subject: ACPICA: Tables: Fix unbalanced table validations. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~5^2~6^2~9^2~26^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb0c65bd2c276b4b346db545d938d4113e1a4e9c;p=pandora-kernel.git ACPICA: Tables: Fix unbalanced table validations. As acpi_tb_validate_table() returns failure on checksum verification without doing invalidatation, all its invocations that are not done to a descriptor stored in acpi_gbl_root_table_list are checked and balanced. But this is not a real issue as the descritors that have been passed to acpi_tb_add_table() are all virtual address tables and the validations are in fact no-op. The cleanup can ensure that any future extensions made on acpi_tb_add_table() to allow it to be invoked with physical address tables will not trigger memory leakage regressions. Signed-off-by: Lv Zheng Signed-off-by: Bob Moore [rjw: Subject] Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed