]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: seq_oss: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Fri, 3 Aug 2018 20:53:54 +0000 (15:53 -0500)
committerTakashi Iwai <tiwai@suse.de>
Sat, 4 Aug 2018 06:30:45 +0000 (08:30 +0200)
commiteb2caeb88c181904110f8e74995c7b0bb7fd39f6
tree514d63bb13e19c64ff368d706990f7624778d930
parent2f3b94e539a46052f8eba1f295ff5646e227578a
ALSA: seq_oss: Mark expected switch fall-through

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

Warning level 2 was used: -Wimplicit-fallthrough=2

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/oss/seq_oss_timer.c