Re: [PATCH] ALSA: Use fallthrough pseudo-keyword

2020-07-08 Thread Takashi Iwai
On Tue, 07 Jul 2020 19:28:47 +0200, Gustavo A. R. Silva wrote: > --- a/sound/isa/msnd/msnd_pinnacle_mixer.c > +++ b/sound/isa/msnd/msnd_pinnacle_mixer.c > @@ -219,8 +219,7 @@ static int snd_msndmix_set(struct snd_msnd *dev, int d, > int left, int right) > case MSND_MIXER_VOLUME: /* m

[PATCH] ALSA: Use fallthrough pseudo-keyword

2020-07-07 Thread Gustavo A. R. Silva
Replace the existing /* fall through */ comments and its variants with the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary fall-through markings when it is the case. [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fal