forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/acpi/acpica/evxfregn.c
....@@ -4,7 +4,7 @@
44 * Module Name: evxfregn - External Interfaces, ACPI Operation Regions and
55 * Address Spaces.
66 *
7
- * Copyright (C) 2000 - 2018, Intel Corp.
7
+ * Copyright (C) 2000 - 2020, Intel Corp.
88 *
99 *****************************************************************************/
1010
....@@ -201,6 +201,8 @@
201201
202202 /* Now we can delete the handler object */
203203
204
+ acpi_os_release_mutex(handler_obj->address_space.
205
+ context_mutex);
204206 acpi_ut_remove_reference(handler_obj);
205207 goto unlock_and_exit;
206208 }