ASoC: rsnd: tidyup debug print position on rsnd_dma_attach()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 17 Dec 2015 02:56:11 +0000 (02:56 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 18 Dec 2015 12:10:56 +0000 (12:10 +0000)
commitc90269c1fbfcb3082d379237f0912ea231e90a24
tree3eee562f52b45e94df3a56fbc78d5c45f2d0ca31
parent5e7b9edd928d22ffd4936fc61c80532ed6df5077
ASoC: rsnd: tidyup debug print position on rsnd_dma_attach()

It can't output corrent dma name *before* rsnd_mod_init().
It goes to *after* rsnd_mod_init() by this patch

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