ASoC: rsnd: tidyup debug information when read/write
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 22 Oct 2014 01:13:46 +0000 (18:13 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 5 Dec 2014 04:21:50 +0000 (13:21 +0900)
commitfae5e1ce3041c3bc1016fbe1526f9541c1c02b96
tree17b91b6edfec7313740aa051059fd1469ba06c45
parent87225aba0d207679a011a67bfa97ab09d3093a63
ASoC: rsnd: tidyup debug information when read/write

b8c637864a6904a9ba8e0df556d5bdf9f26b2c54
(ASoC: rsnd: use regmap_mmio instead of original regmap bus)
added regmap_mmio support on Renesas R-Car sound driver.
Then, debug information of register read/write
indicates regmap index, not register address.
This is a little bit confusable information.
This patch tidyup debug message, and added regmap debug hint
on comment area.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit ace0eb1e91a75b84b1be3d610b79509a5bd94df1)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
sound/soc/sh/rcar/gen.c