diff options
Diffstat (limited to 'drivers/acpi/utilities/utcopy.c')
-rw-r--r-- | drivers/acpi/utilities/utcopy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/utilities/utcopy.c b/drivers/acpi/utilities/utcopy.c index df2d32096b72..47875935c3f4 100644 --- a/drivers/acpi/utilities/utcopy.c +++ b/drivers/acpi/utilities/utcopy.c | |||
@@ -882,6 +882,7 @@ acpi_ut_copy_ipackage_to_ipackage(union acpi_operand_object *source_obj, | |||
882 | acpi_ut_copy_ielement_to_ielement, | 882 | acpi_ut_copy_ielement_to_ielement, |
883 | walk_state); | 883 | walk_state); |
884 | if (ACPI_FAILURE(status)) { | 884 | if (ACPI_FAILURE(status)) { |
885 | |||
885 | /* On failure, delete the destination package object */ | 886 | /* On failure, delete the destination package object */ |
886 | 887 | ||
887 | acpi_ut_remove_reference(dest_obj); | 888 | acpi_ut_remove_reference(dest_obj); |