]> git.baikalelectronics.ru Git - uboot.git/commit
i2c: uniphier-f: replace debug() with dev_dbg()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 13 Oct 2017 10:21:58 +0000 (19:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 15 Oct 2017 13:32:25 +0000 (22:32 +0900)
commit851853b6bd1b638307f43e9fa1ca2b8d0caaad1e
tree9c3cb66bcb5a929e4873d8c7de064f439223bdaa
parentc3e45556be8ba2348168a12a20172f28de05b2ca
i2c: uniphier-f: replace debug() with dev_dbg()

Use dev_dbg() functions.  It will be helpful to prefix log messages
with the corresponding device name when the core framework is ready.

While I am here, I renamed "dev", which was actually private data,
into "priv" because dev->dev looks confusing.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/i2c/i2c-uniphier-f.c