]> git.sur5r.net Git - u-boot/commit
efi_loader: fix signature of efi_disconnect_controller
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 11 Jan 2018 07:16:03 +0000 (08:16 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:13 +0000 (23:09 +0100)
commit3ebcd0071f2af8b05bc04c0fea7cd33a29aefb9e
tree43149cb1b50aef3db78953a96dddadc8406c1b28
parentf0959dbee2b043c4b1bf16a570be9242cf603819
efi_loader: fix signature of efi_disconnect_controller

Handles should be passed as efi_handle_t and not as void *.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
lib/efi_loader/efi_boottime.c