commit | 3039811e6584d55c6a330a7cf409f4dcea13ee31 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 23 15:38:36 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:22 2015 -0600 |
tree | 1e26033878dc718c83f1486348dc475a2a3f7266 | |
parent | 304fbef156b00d8d7005c8b156e64a6632d45008 [diff] |
dm: core: Use debug() instead of printf() for failures To avoid bloating SPL code, use debug() where possible in the driver model core code. The error code is already returned, and can be investigated as needed. Signed-off-by: Simon Glass <sjg@chromium.org>