u-boot-brain/lib/efi_driver
Heinrich Schuchardt 038782a27a efi_driver: return type of efi_driver_init()
Change the return type of efi_driver_init() to efi_status_t.

efi_driver_init() calls efi_add_driver() which returns an efi_status_t
value. efi_driver_init() should not subject this value to a conversion to
int losing high bits on 64bit systems.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
2018-02-10 00:24:00 +01:00
..
efi_block_device.c efi_driver: EFI block driver 2018-01-22 23:09:14 +01:00
efi_uclass.c efi_driver: return type of efi_driver_init() 2018-02-10 00:24:00 +01:00
Makefile efi_driver: EFI block driver 2018-01-22 23:09:14 +01:00