commit | bd5515d019d9d11c34fda8535863b0f20b4e6613 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 23 14:30:33 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 04 09:25:21 2024 -0600 |
tree | b69fd2a2ee983403d9ea52b928632dbac3eaff03 | |
parent | 0cb530b7587bb47a0fb11e1af8a5f5139c6abd74 [diff] |
smbios: Correct error handling when writing tables Since write_smbios_table() returns an address, we cannot use it to return and error number. Also, failing on sysinfo_detect() breaks existing boards, e.g. chromebook_link Correct this by logging and swallowing the error. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: a5a57562856 ("lib: smbios: Detect system properties via...")