commit | a453e46498d03f89d6f658ff07e66fa83b7bd7a7 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Tue Jul 11 22:06:19 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 19 14:14:39 2017 +0200 |
tree | cfaece4bb20a4c077181aa1e32e5e1d500aaf635 | |
parent | 8b7b5dfcc4b585836d27bcb46ffe1d6ee8bfd721 [diff] |
efi_loader: refactor efi_uninstall_protocol_interface For the implementation of UninstallMultipleProtocolInterfaces we need to call efi_uninstall_protocol_interface. In internal calls we should not pass through EFI_EXIT. The patch introduces a wrapper function efi_uninstall_protocol_interface_ext. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>