ASoC: soc-core: avoid nested code on soc_remove_dai()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 11 Sep 2018 06:54:26 +0000 (06:54 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 11 Sep 2018 16:18:23 +0000 (17:18 +0100)
commit2eda3cb108b699a6ff78a87e25143c153bc88e41
treeabf89ed271958f469c7f80d157ad5759db352480
parenta6ebf4c9770e918e601aa9bf4bc3cf4001dd3d4d
ASoC: soc-core: avoid nested code on soc_remove_dai()

Nested code is not readable.
This patch avoid it on soc_remove_dai().

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