]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: pcm186x: Use the standard fall-through annotation
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Oct 2018 18:30:03 +0000 (20:30 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 5 Oct 2018 11:38:19 +0000 (12:38 +0100)
commit939c957c83455d7941b8425d1c751d43b43b368f
tree672520fb0731a07ef5f65666dc25aec78e28b302
parent7ef01df829702431e3f7c68f462236e39f060966
ASoC: pcm186x: Use the standard fall-through annotation

As a preparatory patch for the upcoming -Wimplicit-fallthrough
compiler checks, replace with the standard "fall through" annotation.
Unfortunately gcc doesn't understand the mixed comment lines.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/pcm186x.c