ASoC: rsnd: add missing dev_dbg() in rsnd_bset()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 31 Jul 2014 06:52:50 +0000 (23:52 -0700)
committerMark Brown <broonie@linaro.org>
Thu, 31 Jul 2014 19:36:33 +0000 (20:36 +0100)
commit4f8f86aa41232cc4595136f18013324482fdf749
tree365f0fc20dcec04da96c38a114bfa5414b8046ca
parent1cc7195929501b96fccce42646f1ad0ffe2598a6
ASoC: rsnd: add missing dev_dbg() in rsnd_bset()

b8c637864a6904a9ba8e0df556d5bdf9f26b2c54
(ASoC: rsnd: use regmap_mmio instead of original regmap bus)
used regmap_mmio and modified dev_dbg() for rsnd_read/write().
But rsnd_bset() is missing it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/sh/rcar/gen.c