Re: [PATCH v2 10/16] sandbox: cros_ec: Update error handling when reading matrix

2021-07-16 Thread Tom Rini
On Thu, May 13, 2021 at 07:39:26PM -0600, Simon Glass wrote: > 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 > Reported-by: Coverity (CID: 331157) Applied to u

[PATCH v2 10/16] sandbox: cros_ec: Update error handling when reading matrix

2021-05-13 Thread Simon Glass
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 Reported-by: Coverity (CID: 331157) --- (no changes since v1) drivers/misc/cros_ec_sandbox.c | 12 +++- 1 file