commit | 7dc10c933c5d95d173dd17c8c69be8585146c4c8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Sep 13 18:20:40 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Sep 20 20:09:18 2019 +0200 |
tree | 05cbfee83064e3dc62e796a883e77765543c5680 | |
parent | 23ad52fff4da99895b40a0dddb63579adaae2358 [diff] |
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: Heinrich Schuchardt <xypron.glpk@gmx.de>