]> git.baikalelectronics.ru Git - kernel.git/commit
liquidio: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 7 Aug 2018 23:13:05 +0000 (18:13 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2018 00:54:19 +0000 (17:54 -0700)
commit5872ec3a09380eec00d0e8dd0a3332e4d321c7d4
tree381c0cf4c4346e4ab4786b08525f68a1e1971640
parent35faba12d60a06b647e1cb2c274e11d19ee2f6a4
liquidio: mark expected switch fall-through

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

Addresses-Coverity-ID: 143135 ("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/cavium/liquidio/lio_main.c