]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: adau1761: Use the standard fall-through annotation
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Oct 2018 18:30:02 +0000 (20:30 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 5 Oct 2018 11:38:18 +0000 (12:38 +0100)
commit7e29317928bd79a03a9c35816afa709988b5d31b
tree07884300eae3902b7f1036ec084d803c9fc0ca85
parent757b1aa00259a44f94bd120b9637720b9aaf36eb
ASoC: adau1761: Use the standard fall-through annotation

As a preparatory patch for the upcoming -Wimplicit-fallthrough
compiler checks, replace with the standard "fall through" annotation
at the right place.  It has to be put right before the next label.

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