commit | 15dd815c75d8d88816231e5e52b03835210cc93e | [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 | 9dec2c1f03922977725d14ebc89fdc05b1f32511 [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)