
30 Oct
2019
30 Oct
'19
12:21 a.m.
On Tue, 22 Oct 2019 at 01:40, Kever Yang kever.yang@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@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@chromium.org
Applied to u-boot-dm, thanks!