efi_loader: missing EFI_CALL() in set_capsule_result
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 10 Jul 2021 09:10:26 +0000 (11:10 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Jul 2021 18:30:48 +0000 (20:30 +0200)
commitd7eedd9d50334388766a69f99cca7484e04684d6
tree7c2c6f750265107c4f3768bb33a8e3d61640ea80
parent3e49119efbcd2c73d4d5065ce8327e90a941ea02
efi_loader: missing EFI_CALL() in set_capsule_result

efi_set_variable() should be called with EFI_CALL(). Use
efi_set_variable_int() instead.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_capsule.c