Skip to content
Snippets Groups Projects
Commit ceb91909 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 6990e91f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment