]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: es18xx: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 2 Aug 2018 20:42:39 +0000 (15:42 -0500)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Aug 2018 10:21:02 +0000 (12:21 +0200)
commit13a01635823c409a0911304ee50987cb851317da
treead5fa47ff69bf50a26f5cb169776de4417de1b27
parent734be97b967c7e2bab72b34da87534ccd854c72d
ALSA: es18xx: mark expected switch fall-through

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

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