commit | 8f3cc5bfdf7b46dd040316cb27d1b1c3a1847cf6 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Feb 01 12:53:32 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Sat Feb 10 00:24:00 2018 +0100 |
tree | 68fb1ca814d0fd2c0b41c1a96d22bfc4d079b0ec | |
parent | 7d495df6927a1f113ead90a2d5366a71d43d5bf4 [diff] |
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>