commit | 5d09b5e2ec7ad3e3cf936c2b7bdf8382d75b1e40 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jan 11 08:15:56 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 22 23:09:12 2018 +0100 |
tree | 12a0afc7edf8436cd8e38f81bd941b0fcd4801a0 | |
parent | a84731d95d4262098c045ba00336b216553c5af7 [diff] |
efi_selftest: do not try to close device path protocol CloseProtocol cannot be called without agent handle. There is no need to close the device path protocol if it has been opened without agent handle. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>