Remove debug info and hacks

This commit is contained in:
vit9696 2019-03-23 11:17:15 +03:00
parent 8760a7a158
commit e32a7f9835

View File

@ -637,15 +637,13 @@ PrelinkedInjectKext (
return Status;
}
if (XmlNodePrepend (Context->KextList, "dict", NULL, NewInfoPlist) == NULL) {
if (XmlNodeAppend (Context->KextList, "dict", NULL, NewInfoPlist) == NULL) {
if (PrelinkedKext != NULL) {
InternalFreePrelinkedKext (PrelinkedKext);
}
return EFI_OUT_OF_RESOURCES;
}
DEBUG ((DEBUG_WARN, "Result %u\n", XmlNodeChildren (Context->KextList)));
//
// Let other kexts depend on this one.
//