efi_loader: consistent types in efidebug.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 Jun 2019 10:48:04 +0000 (12:48 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 Jun 2019 22:26:20 +0000 (22:26 +0000)
commit428a470a27733cce9751224c5fee7aec28504282
tree3488cb696f749b4c267779da52c62d59338a497f
parentee88eacbdd840199a3dec707234579fb15ddd46a
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>
cmd/efidebug.c