]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: opl3: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 8 Aug 2018 19:25:16 +0000 (14:25 -0500)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 Aug 2018 19:40:14 +0000 (21:40 +0200)
commit0c93c5ce107659069d16fa34ddce465acdf9d996
tree647473289a9fe092627c4d8b6595e58c5e04e5d4
parent2f295f91b740f0055735a7528f8f4cf8b3111239
ALSA: opl3: Mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 114878 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/opl3/opl3_midi.c