efi_loader: simplify efi_get_device_path_text()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 2 Apr 2021 09:30:02 +0000 (11:30 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 10 Apr 2021 10:00:24 +0000 (12:00 +0200)
commitd473063d9de7041dcafd2fbedf8f33eb3eff51f5
tree4f0787ceacd218b1b9edda2e8772f0c963d0d94b
parent59ffe0e3392ed3346a67fbac59d938bfb569c143
efi_loader: simplify efi_get_device_path_text()

Replace static function efi_get_device_handle_info() by a simplified
function efi_get_device_path_text() avoiding EFI_CALL().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c