[U-Boot] [PATCH v3 14/54] dm: core: Use debug() instead of printf() for failures
Simon Glass
sjg at chromium.org
Sat Jul 18 01:56:37 CEST 2015
On 23 June 2015 at 15:38, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> drivers/core/lists.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list