]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: core: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Fri, 3 Aug 2018 16:34:30 +0000 (11:34 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 3 Aug 2018 16:42:36 +0000 (17:42 +0100)
commit1a12d5dc7dd1ffd985503f9770b736fb03db2e3f
tree170fb98863c67deba400e950bdc589ca5b1ed179
parent85c81941d5033fc8a68646823d3157840c9de8b3
ASoC: core: mark expected switch fall-through

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

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