ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal.
commitbd48d677670bb35548718a1fd54c2c114a449973
authorLv Zheng <lv.zheng@intel.com>
Thu, 31 Oct 2013 01:30:42 +0000 (31 09:30 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 31 Oct 2013 13:37:33 +0000 (31 14:37 +0100)
treee653428c9ef84d9f63531a79a55e8ac18ff30e43
parent130797a6c3f1421c10880a1681d6a9c57b80ef17
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 <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/utobject.c