Return STATUS_EFI_PROTOCOL_ERROR
This commit is contained in:
parent
b5b7c1f86e
commit
a0700280c4
@ -47,7 +47,7 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
|
|||||||
if(Status != STATUS_EFI_SUCCESS)
|
if(Status != STATUS_EFI_SUCCESS)
|
||||||
{
|
{
|
||||||
/* Failed to open the protocol, return error */
|
/* Failed to open the protocol, return error */
|
||||||
return STATUS_EFI_LOAD_ERROR;
|
return STATUS_EFI_PROTOCOL_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set boot protocol routines */
|
/* Set boot protocol routines */
|
||||||
|
Loading…
Reference in New Issue
Block a user