efi_driver: fix efi_uc_stop()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 9 Jan 2020 22:26:43 +0000 (23:26 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 14 Jan 2020 23:51:51 +0000 (00:51 +0100)
commitd7431042465cae9314d299022427ed15386a2fed
treec8d37e5910c58c16b26ec2283a6272328d5b5597
parent1064f2ef03c7fbed15119403c65f1de0de7f7b6d
efi_driver: fix efi_uc_stop()

Use the correct protocol in efi_uc_stop() when detaching the driver from
the controller.

Change the block IO unit test for the block device driver to throw an error
instead of a todo if teardown fails.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_driver/efi_uclass.c
lib/efi_selftest/efi_selftest_block_device.c