]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
ASoC: es8328: Fix fall-through annotations
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 13 Sep 2018 19:08:15 +0000 (14:08 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 17 Sep 2018 16:55:48 +0000 (09:55 -0700)
commit597d18325acdb48eb516ca9ef33d5148e79ca3bb
tree58c7f63238682288a40a2f820ab23934122c6abe
parentd9b84a15892c02334ac8a5c28865ae54168d9b22
ASoC: es8328: Fix fall-through annotations

Replace "fallthru" with a proper "fall through" annotation.

This fix is part of the ongoing efforts to enabling
-Wimplicit-fallthrough

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328.c