Correct ACPI DropTables parsing

This commit is contained in:
asava 2020-04-22 19:37:28 +03:00
parent 29bd9c88a3
commit 15a9eebae6

View File

@ -5173,9 +5173,9 @@ GetUserSettings(
DBG (" length=%d(0x%X)", TabLength, TabLength);
}
// Check if to drop for other OS as well
Prop = GetProperty (Dict2, "DropForAllOS");
if (Prop != NULL) {
OtherOS = IsPropertyTrue (Prop);
Prop2 = GetProperty (Dict2, "DropForAllOS");
if (Prop2 != NULL) {
OtherOS = IsPropertyTrue (Prop2);
}
DBG ("\n");