]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: 3com: 3c574_cs: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 9 Nov 2017 03:49:33 +0000 (21:49 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 10:10:06 +0000 (19:10 +0900)
commit0aa3b413f68dfe4c883c8164d152a1a03ce789bf
treefc59e9654ae25a690b05fa567296b6b2824356e6
parent75d28f461ed700fe527312cc0a8b5de86d1c09c1
net: 3com: 3c574_cs: mark expected switch fall-through

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

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