commit | 00d9990aeb78f59b85fc654469eed8a6ed990694 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:24 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | 1904eaa99bc48ca33ac63d8eb3b325d21c34902b | |
parent | b2ed222534a9fd62e90d29fdd2cfae760f8fc810 [diff] |
dm: spi: Add logging of some return values When SPI flash operations fail it is helpful to be able to see the error codes and where they are generated. Add logging to capture this information for read operations. Signed-off-by: Simon Glass <sjg@chromium.org>