commit | 8293081b948e9f6c7fc18e335d7d1c3cfb0b9819 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 13 19:39:26 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 15 18:42:05 2021 -0400 |
tree | 96fd4cd5cffaa7320573842ea4711a6347166907 | |
parent | 4e456c47236ed479ef2f576fa20c45cab9a19b2d [diff] |
sandbox: cros_ec: Update error handling when reading matrix At present the return value of ofnode_get_property() is not checked, which causes a coverity warning. While we are here, use logging for the errors. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 331157)