commit | 428a470a27733cce9751224c5fee7aec28504282 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 20 12:48:04 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 20 22:26:20 2019 +0000 |
tree | 3488cb696f749b4c267779da52c62d59338a497f | |
parent | ee88eacbdd840199a3dec707234579fb15ddd46a [diff] |
efi_loader: consistent types in efidebug.c efi_status_t and int are of different size. Use separate variables for return codes of different type. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>