From: "Gustavo A. R. Silva" <[email protected]> Date: Mon, 29 Jul 2019 09:25:03 -0500
> Mark switch cases where we are expecting to fall through. > > This patch fixes the following warnings: > > drivers/net/arcnet/com20020-isa.c: warning: this statement may fall > through [-Wimplicit-fallthrough=]: => 205:13, 203:10, 209:7, 201:11, > 207:8 > > Reported-by: Geert Uytterhoeven <[email protected]> > Signed-off-by: Gustavo A. R. Silva <[email protected]> Applied.

