]> asedeno.scripts.mit.edu Git - linux.git/commit
alteon: acenic: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 7 Aug 2018 23:09:19 +0000 (18:09 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2018 00:54:19 +0000 (17:54 -0700)
commit8ea34505060486010f27e323c741eeca5af7980e
treee820b7d31adc47f09552fe439c8f43c0fc65e44d
parent497e0049b6c8b1923ba6ccb58f3ccf840a32be7e
alteon: acenic: 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 ("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/alteon/acenic.c