ASoC: soc-pcm: tidyup soc_pcm_hw_clean() - step1
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 18 Oct 2021 02:04:52 +0000 (11:04 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 18 Oct 2021 12:56:35 +0000 (13:56 +0100)
commit121966d03b320efe77852aaf68aa8af3fb4a72cd
tree010a84ec48a1b926fe65e666859584da9a629852
parentb8f3b564937c1f3529bc4897cc41c5d95d2cdbe9
ASoC: soc-pcm: tidyup soc_pcm_hw_clean() - step1

soc_pcm_hw_clean() is using "continue" during for_each_rtd_dais(),
but it is very verbose. This patch cleanup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87k0ibt7ej.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-pcm.c