commit | 85e7e77079f3201799467803f6c8533a9921e32d | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Wed Aug 01 14:51:18 2018 -0500 |
committer | Mark Brown <broonie@kernel.org> | Thu Aug 02 10:46:10 2018 +0100 |
tree | 4a48003dc983fa94ce0812f99aacadbe899fd386 | |
parent | 43a26bd026dab09a8b28c40e94ba534a52375b20 [diff] |
ASoC: wm8955: Mark expected switch fall-through In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 115047 ("Missing break in switch") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Mark Brown <broonie@kernel.org>