OSDN Git Service

ASoC: wm9081: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 1 Aug 2018 19:55:26 +0000 (14:55 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 2 Aug 2018 09:46:15 +0000 (10:46 +0100)
commit7a2235ef507822679ac89007a6a37b23f30eed56
tree4f1c4b4932eea951fdacd7e1179173fa3f1e62f6
parentaf5d1d5d4ba71164711025e077511ad48d5690e9
ASoC: wm9081: Mark expected switch fall-through

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

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