Re: [U-Boot] [PATCH v2 01/11] efi_loader: efi_smbios_register should have a return value

2018-03-23 Thread Simon Glass
On 15 February 2018 at 00:31, Heinrich Schuchardt wrote: > Errors may occur inside efi_smbios_register(). > > - Return a status code. > - Remove unused variables. > - Use constants where applicable. > > Suggested-by: Simon Glass > Signed-off-by: Heinrich

[U-Boot] [PATCH v2 01/11] efi_loader: efi_smbios_register should have a return value

2018-02-14 Thread Heinrich Schuchardt
Errors may occur inside efi_smbios_register(). - Return a status code. - Remove unused variables. - Use constants where applicable. Suggested-by: Simon Glass Signed-off-by: Heinrich Schuchardt --- v2 remove a change in unrelated code