]> git.baikalelectronics.ru Git - kernel.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)
commitcf448aa1addf4ca16f366b0db4bb713d5de2535d
treee820b7d31adc47f09552fe439c8f43c0fc65e44d
parent8e607620fe876842a6a887c4ce69e331588f9310
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