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

Simon Glass sjg at chromium.org
Sun Oct 27 16:32:03 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>


More information about the U-Boot mailing list