efi_loader: do not use local variable for handle
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 16 Sep 2018 05:19:48 +0000 (07:19 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit8887acc68565cad187808db55cd4284385891b87
tree6ec1b2bf71002d5e12395a8f4e916c24827996dd
parente10203864156ff7c31cae101448b4bcaf7dba58f
efi_loader: do not use local variable for handle

Do not use a local variable for the handle backing the memory device path.
Adjust relate comments.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c