]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: opti92x: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 2 Aug 2018 20:41:21 +0000 (15:41 -0500)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Aug 2018 10:21:00 +0000 (12:21 +0200)
commit3e313f34720ea1bb876636263e30a779ff65836e
tree68f311867167444da3a5b621f638ca6c42dcd8f9
parenta9fe47e5e96be6401738f6c1e087edbcff6a5ceb
ALSA: opti92x: mark expected switch fall-throughs

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

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