]> git.ipfire.org Git - people/ms/u-boot.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)
commitceb9190969e458dcd1427566f762dbb9cfdfdc94
treec5c785627eb29ee46dc7657883b5c717778be849
parent6990e91f0971b877cd636e646f93587b1afbb284
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