Re: [PATCH 067/141] ALSA: pcsp: Fix fall-through warnings for Clang

2020-11-21 Thread Takashi Iwai
On Fri, 20 Nov 2020 19:34:01 +0100, Gustavo A. R. Silva wrote: > > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning > by explicitly adding a break statement instead of letting the code fall > through to the next case. > > Link: https://github.com/KSPP/linux/issues/115 > Si

[PATCH 067/141] ALSA: pcsp: Fix fall-through warnings for Clang

2020-11-20 Thread Gustavo A. R. Silva
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a break statement instead of letting the code fall through to the next case. Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva --- sound/drivers/pcsp/pcsp_input.c | 1 +