[U-Boot] [PATCH 001/126] dm: core: Use U-Boot logging instead of pr_debug()

Bin Meng bmeng.cn at gmail.com
Thu Oct 3 12:47:28 UTC 2019


On Wed, Sep 25, 2019 at 10:58 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
>  drivers/core/lists.c | 20 ++++++++++++--------
>  1 file changed, 12 insertions(+), 8 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list