dm: core: Use debug() instead of printf() for failures
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:36 +0000 (15:38 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:22 +0000 (17:39 -0600)
commit3039811e6584d55c6a330a7cf409f4dcea13ee31
tree1e26033878dc718c83f1486348dc475a2a3f7266
parent304fbef156b00d8d7005c8b156e64a6632d45008
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>
drivers/core/lists.c