]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: creating new handle in controller test
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 28 Sep 2018 20:14:16 +0000 (22:14 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 16 Oct 2018 20:56:18 +0000 (22:56 +0200)
commitf9c444bc7b32d94e4cfb7ab779be24807495063c
treee0db24863fa78acae512ef3e80109b36ae60f68b
parent49ad959ddbdd4991a81c5d6c5bb137be28fea790
efi_selftest: creating new handle in controller test

When the last protocol interface is uninstalled the handle is deleted but
this does not set the value of the handle to NULL.

To create a new handle with OpenProtocolInterface the value of the handle
must be NULL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest_controllers.c