]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: 8390: pcnet_cs: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 9 Nov 2017 03:44:38 +0000 (21:44 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 10:10:06 +0000 (19:10 +0900)
commit75d28f461ed700fe527312cc0a8b5de86d1c09c1
treef5b954d335315170e9f0050a71ca6327a161004c
parent2d919149686e2da001e58e8a2ed49a0200c9db78
net: 8390: pcnet_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: 114891
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/8390/pcnet_cs.c