]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: omap-mcpdm: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Fri, 3 Aug 2018 16:32:52 +0000 (11:32 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 3 Aug 2018 16:42:32 +0000 (17:42 +0100)
commit85c81941d5033fc8a68646823d3157840c9de8b3
treec3e096f7ec21fa0be31e51a535bdf358458e7455
parent3b7c88fcc2873eba64f9e8cef34c4af0cba20887
ASoC: omap-mcpdm: Mark expected switch fall-throughs

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

Addresses-Coverity-ID: 1369526 ("Missing break in switch")
Addresses-Coverity-ID: 1369529 ("Missing break in switch")
Addresses-Coverity-ID: 1451415 ("Missing break in switch")
Addresses-Coverity-ID: 115103 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/omap/omap-mcpdm.c