]> git.baikalelectronics.ru Git - uboot.git/commit
dm: replace dm_dbg() with pr_debug()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 29 Sep 2017 03:31:20 +0000 (12:31 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 4 Oct 2017 16:00:21 +0000 (12:00 -0400)
commit46c766e16021bed81a6395393841e9e2a5e90bd1
treec5c785627eb29ee46dc7657883b5c717778be849
parent9f15e3ff8e1101fff8482c91b7ba7b2d2e2b053e
dm: replace dm_dbg() with pr_debug()

As we discussed before in ML, dm_dbg() causes undefined reference
error if #define DEBUG is added to users, but not drivers/core/util.c

We do not need this macro because we can use pr_debug() instead, and
it is pretty easy to enable it for the DM core by using ccflags-y.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/core/Kconfig
drivers/core/Makefile
drivers/core/device.c
drivers/core/lists.c
drivers/core/root.c
drivers/core/util.c
include/dm/util.h