| .. | .. |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * Module Name: utcopy - Internal to external object translation utilities |
|---|
| 5 | 5 | * |
|---|
| 6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
|---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
|---|
| 7 | 7 | * |
|---|
| 8 | 8 | *****************************************************************************/ |
|---|
| 9 | 9 | |
|---|
| .. | .. |
|---|
| 916 | 916 | status = acpi_ut_walk_package_tree(source_obj, dest_obj, |
|---|
| 917 | 917 | acpi_ut_copy_ielement_to_ielement, |
|---|
| 918 | 918 | walk_state); |
|---|
| 919 | | - if (ACPI_FAILURE(status)) { |
|---|
| 920 | | - |
|---|
| 921 | | - /* On failure, delete the destination package object */ |
|---|
| 922 | | - |
|---|
| 923 | | - acpi_ut_remove_reference(dest_obj); |
|---|
| 924 | | - } |
|---|
| 925 | | - |
|---|
| 926 | 919 | return_ACPI_STATUS(status); |
|---|
| 927 | 920 | } |
|---|
| 928 | 921 | |
|---|