commit | a9531ab151117e976544e0dc74a9bc8cbd01145f | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Wed Aug 01 14:54:03 2018 -0500 |
committer | Mark Brown <broonie@kernel.org> | Thu Aug 02 10:46:13 2018 +0100 |
tree | 55b076819075de309d68b28c35899efb83045b81 | |
parent | 42ef3c94ff6e8315377c04504f1bce50d1f21738 [diff] |
ASoC: wm8962: Mark expected switch fall-through In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 115043 ("Missing break in switch") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Mark Brown <broonie@kernel.org>