Re: [U-Boot] [PATCH v2 01/16] efi: Update efi_smbios_register() to return error code

2018-02-19 Thread Simon Glass
Hi Heinrich, On 4 December 2017 at 15:15, Heinrich Schuchardt wrote: > > > On 12/04/2017 10:28 PM, Simon Glass wrote: >> >> This function can fail but gives no indication of failure. Update it to >> return an error when something goes wrong. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH v2 01/16] efi: Update efi_smbios_register() to return error code

2017-12-04 Thread Heinrich Schuchardt
On 12/04/2017 10:28 PM, Simon Glass wrote: This function can fail but gives no indication of failure. Update it to return an error when something goes wrong. Signed-off-by: Simon Glass --- Changes in v2: - Update return type of efi_smbios_register() to efi_status_t - Use

[U-Boot] [PATCH v2 01/16] efi: Update efi_smbios_register() to return error code

2017-12-04 Thread Simon Glass
This function can fail but gives no indication of failure. Update it to return an error when something goes wrong. Signed-off-by: Simon Glass --- Changes in v2: - Update return type of efi_smbios_register() to efi_status_t - Use return value of efi_install_configuration_table