Skip to content

Commit e14d5ae

Browse files
committed
Merge branch 'acpica'
Merge an ACPICA fix for 6.13-rc3: - Don't release a context_mutex that was never acquired in acpi_remove_address_space_handler() (Daniil Tatianin). * acpica: ACPICA: events/evxfregn: don't release the ContextMutex that was never acquired
2 parents 7899ca9 + c53d96a commit e14d5ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/acpi/acpica/evxfregn.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ acpi_remove_address_space_handler(acpi_handle device,
232232

233233
/* Now we can delete the handler object */
234234

235-
acpi_os_release_mutex(handler_obj->address_space.
236-
context_mutex);
237235
acpi_ut_remove_reference(handler_obj);
238236
goto unlock_and_exit;
239237
}

0 commit comments

Comments
 (0)