]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit168d567f745797599e60989850edf0bc9787e9f5
treebd583514af78c701fb9e4b0fefbae31d6332ea62
parentd0e82d23f88a6ff122bbc3b9ba221e411b7e1a18
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