]> git.sur5r.net Git - u-boot/commit
i2c: uniphier: replace debug() with dev_dbg()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 13 Oct 2017 10:21:57 +0000 (19:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 15 Oct 2017 13:32:24 +0000 (22:32 +0900)
commit804cf1c46f98703b350a6a3396a73acc1a701e42
tree2fea42da19f595b0ef17e942e06b70d1efcef035
parent4bb3dac77234b43ce188e2bcb6b439351bea5134
i2c: uniphier: 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.c