ASoC: fsl_esai: Fix missing break in switch statement
authorS.j. Wang <shengjiu.wang@nxp.com>
Sun, 28 Apr 2019 02:24:27 +0000 (02:24 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 May 2019 05:37:38 +0000 (07:37 +0200)
commit975ef5c2f6ca60305385698862845fec15022f96
tree74f93a117a731f4f6b1ef51c9451659e6e22e0b3
parentdf9f111db8711835dec2b6ac94a87c8018510e49
ASoC: fsl_esai: Fix missing break in switch statement

commit 903c220b1ece12f17c868e43f2243b8f81ff2d4c upstream.

case ESAI_HCKT_EXTAL and case ESAI_HCKR_EXTAL should be
independent of each other, so replace fall-through with break.

Fixes: 43d24e76b698 ("ASoC: fsl_esai: Add ESAI CPU DAI driver")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/fsl/fsl_esai.c