]> asedeno.scripts.mit.edu Git - linux.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)
commit641f7f2195735b4fe93b541ea3a792fe4fee2415
tree672520fb0731a07ef5f65666dc25aec78e28b302
parent7e29317928bd79a03a9c35816afa709988b5d31b
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