forked from xt-sys/exectos
Remove unneeded infinite loop
This commit is contained in:
parent
e6736087ba
commit
662b49d96e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user