[U-Boot] [PATCH v2] dm: core: Update log method for uclass_find_device_by_seq

sjg at google.com sjg at google.com
Tue Oct 29 23:21:14 UTC 2019


On Tue, 22 Oct 2019 at 01:40, Kever Yang <kever.yang at rock-chips.com> wrote:
>
> Use log() insted of debug() for uclass_find_device_by_seq function,
> since this print is very much and we can filter it out with log()
> interface.
>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> ---
>
> Changes in v2:
> - use log_debug() instead of log()
>
>  drivers/core/uclass.c | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list