MLK-17467: ASoC: fsl_sai: fix typo for fsl_sai
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 26 Jan 2018 08:44:19 +0000 (16:44 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:53:50 +0000 (14:53 -0500)
commit6841ab0c6ef4121753b9da59b02c24ada7784e9a
treeda36b4dd9355a69d9d750777a9090e702c7f8878
parentfa32120a4032fa45789dce25e3646ac5b530e306
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>
sound/soc/fsl/fsl_sai.c