From: Lv Zheng Date: Thu, 31 Oct 2013 01:30:42 +0000 (+0800) Subject: ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal. X-Git-Tag: v3.13-rc1~96^2~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd48d677670bb35548718a1fd54c2c114a449973;p=pandora-kernel.git ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal. ACPI_FREE() should always be used to free objects allocated with ACPI_ALLOCATE_ZEROED(), so make acpi_ut_create_package_object() do that. This patch ports a fix from ACPICA upstream to Linux and helps to reduce source code differences between them. [rjw: Changelog] Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed