Remove unneeded infinite loop

This commit is contained in:
2024-03-13 16:34:47 +01:00
parent e6736087ba
commit 662b49d96e

View File

@@ -226,7 +226,6 @@ FbInitializeDisplay()
{
/* GOP and UGA unavailable */
XtLdrProtocol->Debug.Print(L"WARNING: No display adapter found!\n");
for(;;);
return STATUS_EFI_NOT_FOUND;
}