]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: fsl_esai: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Fri, 3 Aug 2018 16:29:53 +0000 (11:29 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 3 Aug 2018 16:59:21 +0000 (17:59 +0100)
commit16bbeb2b43c3f5d69e1348477e75a24ae6d55d5a
tree199b0a413fef6d0a2139f41e637889c12d1ac0f4
parent1a12d5dc7dd1ffd985503f9770b736fb03db2e3f
ASoC: fsl_esai: Mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 1222121 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_esai.c