mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 18:20:25 +02:00
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
Notice that in this particular case, I replaced the code comment with
a proper "fall through" annotation, which is what GCC is expecting
to find.
Addresses-Coverity-ID: 114889 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| mixart.c | ||
| mixart.h | ||
| mixart_core.c | ||
| mixart_core.h | ||
| mixart_hwdep.c | ||
| mixart_hwdep.h | ||
| mixart_mixer.c | ||
| mixart_mixer.h | ||