[ACPI] AcpiRegOpenKey(): Add a missing OBJ_KERNEL_HANDLE (#3370)

CORE-10207
This commit is contained in:
Serge Gautherie 2020-12-31 15:42:03 +01:00 committed by GitHub
parent 0ed5db45a4
commit 309ed0d1fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,7 +349,7 @@ AcpiRegOpenKey(IN HANDLE ParentKeyHandle,
InitializeObjectAttributes(&ObjectAttributes,
&Name,
OBJ_CASE_INSENSITIVE,
OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE,
ParentKeyHandle,
NULL);