linux/drivers/acpi/utilities
Myron Stowe 83dd450445 ACPICA: fix error path in new external package objects as method arguments
In the routine acpi_ut_create_package_object(), if the
ACPI_ALLOCATE_ZEROED() fails then ACPI_FREE(package_desc) is called as
part of the cleanup.  This should instead be
acpi_ut_remove_reference(package_desc) in order to remove the reference
acquired from acpi_ut_create_internal_object() [see the routine
acpi_ut_create_buffer_object() as an example of proper functionality].

Signed-off-by: Myron Stowe <myron.stowe@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2007-06-18 00:51:47 -04:00
..
Makefile [ACPI] ACPICA 20051102 2005-12-10 00:26:05 -05:00
utalloc.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
utcache.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
utcopy.c ACPICA: Support for external package objects as method arguments 2007-06-02 00:20:29 -04:00
utdebug.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
utdelete.c Revert "ACPICA: fix AML mutex re-entrancy" 2007-05-09 23:01:59 -04:00
uteval.c ACPI: Make _OSI(Linux) a special case 2007-05-30 00:10:38 -04:00
utglobal.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
utinit.c ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
utmath.c ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
utmisc.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
utmutex.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
utobject.c ACPICA: fix error path in new external package objects as method arguments 2007-06-18 00:51:47 -04:00
utresrc.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
utstate.c ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
utxface.c ACPI: add __init to acpi_initialize_subsystem() 2007-05-30 00:26:11 -04:00