]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit687f4076efbf2a52c1f4cd0d0d38205dc91530df
treeabf89ed271958f469c7f80d157ad5759db352480
parenta1942acc6a10e0b89929a2137aa87b439cd2d53c
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