]> git.baikalelectronics.ru Git - kernel.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)
commit109a45c2aad0cea29c58c14090889a7100d9ffed
treec3e096f7ec21fa0be31e51a535bdf358458e7455
parent68ba9ee119289099b2205de1ddf8666b4330c0ea
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