| .. | .. |
|---|
| 4 | 4 | * Module Name: evxfregn - External Interfaces, ACPI Operation Regions and |
|---|
| 5 | 5 | * Address Spaces. |
|---|
| 6 | 6 | * |
|---|
| 7 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
|---|
| 7 | + * Copyright (C) 2000 - 2020, Intel Corp. |
|---|
| 8 | 8 | * |
|---|
| 9 | 9 | *****************************************************************************/ |
|---|
| 10 | 10 | |
|---|
| .. | .. |
|---|
| 201 | 201 | |
|---|
| 202 | 202 | /* Now we can delete the handler object */ |
|---|
| 203 | 203 | |
|---|
| 204 | + acpi_os_release_mutex(handler_obj->address_space. |
|---|
| 205 | + context_mutex); |
|---|
| 204 | 206 | acpi_ut_remove_reference(handler_obj); |
|---|
| 205 | 207 | goto unlock_and_exit; |
|---|
| 206 | 208 | } |
|---|