]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_xcvr: fix break condition
authorViorel Suman <viorel.suman@nxp.com>
Mon, 2 Nov 2020 16:18:10 +0000 (18:18 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 10 Nov 2020 17:28:25 +0000 (17:28 +0000)
commit211d73eee07e80018ad0cd7b0a3c3745a5ba29ab
treec8b030f6acbf7221a89d9296c8f6412058b4a283
parent85a19a41fc8054b8157a8a8b7df85c9198e404df
ASoC: fsl_xcvr: fix break condition

The break condition copied by mistake as same
as loop condition in the previous version, but must
be the opposite. So fix it.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Link: https://lore.kernel.org/r/20201102161810.902464-1-viorel.suman@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_xcvr.c