ntb: ntb_transport: Mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Fri, 5 Oct 2018 07:12:34 +0000 (09:12 +0200)
committerJon Mason <jdmason@kudzu.us>
Thu, 1 Nov 2018 01:20:05 +0000 (21:20 -0400)
commit846429bc998f4c42d9961c139ce82d0f76a51d35
tree1ee3e1e529bca6f25bbc94d5fb0e54779cf54013
parent37a3e9693d444701e4b8f8b98ee0480450bb5982
ntb: ntb_transport: Mark expected switch fall-throughs

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

Addresses-Coverity-ID: 1373888 ("Missing break in switch")
Addresses-Coverity-ID: 1373889 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Acked-by: Allen Hubbe <allenbh@gmail.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/ntb_transport.c