]> asedeno.scripts.mit.edu Git - linux.git/commit
8390: axnet_cs: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 7 Aug 2018 23:09:09 +0000 (18:09 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2018 00:54:19 +0000 (17:54 -0700)
commit497e0049b6c8b1923ba6ccb58f3ccf840a32be7e
tree98c7d3247ff97266bdc7408d542109d1c2d31887
parent541ad323db3a692a80c276785a15790ba52da24b
8390: axnet_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: 114889 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/8390/axnet_cs.c