]> Git Repo - u-boot.git/commit - drivers/i2c/i2c-uniphier.c
i2c: uniphier: replace debug() with dev_dbg()
authorMasahiro Yamada <[email protected]>
Fri, 13 Oct 2017 10:21:57 +0000 (19:21 +0900)
committerMasahiro Yamada <[email protected]>
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 <[email protected]>
drivers/i2c/i2c-uniphier.c
This page took 0.036914 seconds and 4 git commands to generate.