]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6cfa525fc90df1992d48e5d5505ae7afed782112
tree3eee562f52b45e94df3a56fbc78d5c45f2d0ca31
parent73de85ce9425ec96dcdf3ed88330c6df5b201b5d
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