commit | 4a8a54c3f4202482ec4f24a117afc38cf2c0c051 | [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 | f840a5b34ca181c4ecd8ee5c60a0a1bf5f8e559c [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...")