ASoC: rsnd: nothing to do on rsnd_dai_remove()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 4 Mar 2014 04:51:03 +0000 (20:51 -0800)
committerMark Brown <broonie@linaro.org>
Wed, 5 Mar 2014 06:07:53 +0000 (14:07 +0800)
commit4076220767416b8b65009dd57eeb317c38d41baa
treec438cae1587db0e2835a1cf14ca163bef9973aba
parentff8f30e688477beead6d1e648fb11f321220a4d7
ASoC: rsnd: nothing to do on rsnd_dai_remove()

rsnd_dai_remove() called rsnd_path_exit(),
but these memory will be cleaned automatically.
Because it is created by devm_kzalloc().
nothing to do on rsnd_dai_remove()

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