OSDN Git Service

ALSA: intel8x0: Fix fall-through annotations
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 3 Oct 2018 10:38:36 +0000 (12:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Oct 2018 15:42:55 +0000 (17:42 +0200)
commit2e75b676c3284930489a968d33b75e5d2b2c36c6
treec4f1c2b3e251b69f0049214f6425bf01d8583ccc
parentfe1a10bab242ef0184fdaea6d63905e5f49b6041
ALSA: intel8x0: Fix fall-through annotations

Replace "fallthru" with a proper "fall through" annotation.

This fix is part of the ongoing efforts to enabling
-Wimplicit-fallthrough

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