net: ethernet: bgmac: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Wed, 8 Nov 2017 17:24:57 +0000 (11:24 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 09:49:26 +0000 (18:49 +0900)
commitd9b9c0e027c93160c94dae07b6d29acc5cdd6d54
tree3d4dd64f2085965ee0f838204a069df0464e3b1f
parent37798d0211315d60d92452eb54b22af199cce11d
net: ethernet: bgmac: mark expected switch fall-through

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

Addresses-Coverity-ID: 1397972
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bgmac-platform.c