Re: [PATCH 1/1] efi_loader: improve efi_var_from_file() description

2023-11-13 Thread Simon Glass
On Mon, 13 Nov 2023 at 07:50, Heinrich Schuchardt wrote: > > It is unclear to developers why efi_var_from_file() returns EFI_SUCCESS if > file ubootefi.var is missing or corrupted. Improve the description. > > Reported-by: Weizhao Ouyang > Signed-off-by: Heinrich Schuchardt > --- >

Re: [PATCH 1/1] efi_loader: improve efi_var_from_file() description

2023-11-13 Thread Weizhao Ouyang
On Mon, Nov 13, 2023 at 10:50 PM Heinrich Schuchardt wrote: > > It is unclear to developers why efi_var_from_file() returns EFI_SUCCESS if > file ubootefi.var is missing or corrupted. Improve the description. > > Reported-by: Weizhao Ouyang > Signed-off-by: Heinrich Schuchardt > --- >

[PATCH 1/1] efi_loader: improve efi_var_from_file() description

2023-11-13 Thread Heinrich Schuchardt
It is unclear to developers why efi_var_from_file() returns EFI_SUCCESS if file ubootefi.var is missing or corrupted. Improve the description. Reported-by: Weizhao Ouyang Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_var_file.c | 7 +-- 1 file changed, 5 insertions(+), 2