Skip to content
Commit 416581e4 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

efi: efibc: avoid efivar API for setting variables



Avoid abusing the efivar API by passing locally instantiated
efivar_entry structs into efivar_set_entry_safe(), rather than using the
API as intended. Instead, just call efi.set_variable() directly.

Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 3881ee0b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment