ALSA: mixart: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Sat, 4 Aug 2018 20:11:03 +0000 (15:11 -0500)
committerTakashi Iwai <tiwai@suse.de>
Mon, 6 Aug 2018 07:33:42 +0000 (09:33 +0200)
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

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

index a74f1ad..9cd297a 100644 (file)
@@ -182,6 +182,7 @@ static int mixart_set_clock(struct mixart_mgr *mgr,
        case PIPE_RUNNING:
                if(rate != 0)
                        break;
+               /* fall through */
        default:
                if(rate == 0)
                        return 0; /* nothing to do */