]> asedeno.scripts.mit.edu Git - linux.git/commit
cxgb4/l2t: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 7 Aug 2018 23:13:12 +0000 (18:13 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2018 00:54:19 +0000 (17:54 -0700)
commit20e4fb12b146cab4ca9c4f1e10c04fcd67823f43
tree86b37f9980d6c9a8c0c1378eb9355a0aa5cf1452
parent19aa45d447002798ec006faddd4f491a5839bebe
cxgb4/l2t: Mark expected switch fall-through

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

Addresses-Coverity-ID: 114910 ("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/chelsio/cxgb4/l2t.c