net: fddi: skfp: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Fri, 8 Feb 2019 19:14:12 +0000 (13:14 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Feb 2019 19:56:11 +0000 (11:56 -0800)
commit1323f75fba732a20a694b66ee9eac22387664a4c
tree25a82dafce2e26d0676efe7daf518d2e03b8d0c4
parent0d156a371542b14cf9bdd75c8e8453172864e964
net: fddi: skfp: Mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch
cases where we are expecting to fall through.

Warning level 3 was used: -Wimplicit-fallthrough=3

This patch is part of the ongoing efforts to enabling
-Wimplicit-fallthrough.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fddi/skfp/pcmplc.c