]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: samsung: i2s: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Fri, 3 Aug 2018 16:33:57 +0000 (11:33 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 3 Aug 2018 16:59:29 +0000 (17:59 +0100)
commit5019027a566de4986a7f66017cf0d6d794fc155f
treeefcd1e7005c98245ee15181610e750a503dcd0dd
parenta773c3b6be185d171e2755ac715e8b1ea099ebbc
ASoC: samsung: i2s: Mark expected switch fall-through

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

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