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); DBG (" length=%d(0x%X)", TabLength, TabLength);
} }
// Check if to drop for other OS as well // Check if to drop for other OS as well
Prop = GetProperty (Dict2, "DropForAllOS"); Prop2 = GetProperty (Dict2, "DropForAllOS");
if (Prop != NULL) { if (Prop2 != NULL) {
OtherOS = IsPropertyTrue (Prop); OtherOS = IsPropertyTrue (Prop2);
} }
DBG ("\n"); DBG ("\n");