commit | 7962284ee0daf2f9677735f13e3ee8eee85d4dbf | [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 | 659a626ac1644cfb862a2efdb788ea3c068f82ca [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>