mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
fixed mutex double-grab
date 2000.08.15.23.44.00; author agrover; state Exp;
This commit is contained in:
parent
aaace1ff65
commit
a59fb411a6
@ -352,7 +352,7 @@ AcpiInstallAddressSpaceHandler (
|
||||
* of the branch
|
||||
*/
|
||||
Status = AcpiNsWalkNamespace (ACPI_TYPE_ANY, Device,
|
||||
ACPI_UINT32_MAX, NS_WALK_NO_UNLOCK,
|
||||
ACPI_UINT32_MAX, NS_WALK_UNLOCK,
|
||||
AcpiEvAddrHandlerHelper,
|
||||
HandlerObj, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user