Commits

Shengjiu Wang committed 760f82c008e
MLK-17467: ASoC: fsl_sai: fix typo for fsl_sai Fix build warning sound/soc/fsl/fsl_sai.c: In function ‘fsl_sai_trigger’: sound/soc/fsl/fsl_sai.c:736:3: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] while (tx && i < channels) ^~~~~ sound/soc/fsl/fsl_sai.c:742:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘while’ j++; ^ Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> (cherry picked from commit 56bd57823f84ceb641b96e5f6cf89f9f20f25129)