ASoC: es8328: Fix fall-through annotations
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 13 Sep 2018 19:08:15 +0000 (14:08 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 17 Sep 2018 16:55:48 +0000 (09:55 -0700)
Replace "fallthru" with a proper "fall through" annotation.

This fix is part of the ongoing efforts to enabling
-Wimplicit-fallthrough

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328.c

index e9fc2fd97d2f4f6b13c46e7b0a58e03d2bc1a7ff..3aedd609626cc1152cb0ea2677bbe78776ca981a 100644 (file)
@@ -566,14 +566,14 @@ static int es8328_set_sysclk(struct snd_soc_dai *codec_dai,
                break;
        case 22579200:
                mclkdiv2 = 1;
-               /* fallthru */
+               /* fall through */
        case 11289600:
                es8328->sysclk_constraints = &constraints_11289;
                es8328->mclk_ratios = ratios_11289;
                break;
        case 24576000:
                mclkdiv2 = 1;
-               /* fallthru */
+               /* fall through */
        case 12288000:
                es8328->sysclk_constraints = &constraints_12288;
                es8328->mclk_ratios = ratios_12288;