dm: core: Use U-Boot logging instead of pr_debug()
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:55:45 +0000 (08:55 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:37 +0000 (13:57 +0800)
commitd3e773613b6d159204de4894a4e0d191717ce318
treebd583514af78c701fb9e4b0fefbae31d6332ea62
parentbdeb2bccbf40474eca8ef039ab794ba46cd971e5
dm: core: Use U-Boot logging instead of pr_debug()

The pr_debug() functions do not response to setting the log level and in
fact have their own separate log level. Use U-Boot logging instead.

Perhaps we should make these options redirect to log_debug(), etc.?

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/core/lists.c