Skip to content
Snippets Groups Projects
Commit 4a8a54c3 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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's avatarSimon Glass <sjg@chromium.org>
Fixes: a5a57562 ("lib: smbios: Detect system properties via...")
parent f840a5b3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment