OSDN Git Service

ALSA: usb: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 1 Aug 2018 16:14:16 +0000 (11:14 -0500)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Aug 2018 18:32:06 +0000 (20:32 +0200)
commitd5e77fca87e636dda510710689b4c2ca93765598
tree1d6b0016f9b7d0b636ebabdf00577c1dc0ed7570
parent5a6cd13d4faef48bdcb7ae9c1e98175332ced7cd
ALSA: usb: Mark expected switch fall-through

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

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