commit | 7e29317928bd79a03a9c35816afa709988b5d31b | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Oct 04 20:30:02 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 05 12:38:18 2018 +0100 |
tree | 07884300eae3902b7f1036ec084d803c9fc0ca85 | |
parent | 757b1aa00259a44f94bd120b9637720b9aaf36eb [diff] |
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>