Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

zd1201: mark expected switch fall-through

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: Kalle Valo <kvalo@codeaurora.org>

authored by

Gustavo A. R. Silva and committed by
Kalle Valo
7cbbe159 89e54fa4

+1
+1
drivers/net/wireless/zydas/zd1201.c
··· 969 969 */ 970 970 zd1201_join(zd, "\0-*#\0", 5); 971 971 /* Put port in pIBSS */ 972 + /* Fall through */ 972 973 case 8: /* No pseudo-IBSS in wireless extensions (yet) */ 973 974 porttype = ZD1201_PORTTYPE_PSEUDOIBSS; 974 975 break;