Skip to content
Snippets Groups Projects
Commit 7dc10c93 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: incorrect return value form DisconnectController


DisconnectController() should never return EFI_NOT_FOUND.
If EFI_DRIVER_BINDING_PROTOCOL.Stop() fails, return EFI_DEVICE_ERROR.

If the driver handle does not expose the EFI_DRIVER_BINDING_PROTOCOL
return EFI_INVALID_PARAMETER.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 23ad52ff
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment