RDMA/bnxt_re: Modify a fall-through annotation
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 18 Jul 2018 15:58:02 +0000 (08:58 -0700)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 23 Jul 2018 21:36:23 +0000 (15:36 -0600)
commitacd4307a21b5a9a7761aa55a5f5ca46cbd43f108
tree3fa8ad6bf369d0290d3125499711e8834e031473
parentaa09ea6e6b1279a2031cbdaa7605e2ec297e63ae
RDMA/bnxt_re: Modify a fall-through annotation

This patch avoids that gcc reports the following warning when building
with W=1:

drivers/infiniband/hw/bnxt_re/ib_verbs.c:2404:4: warning: this statement may fall through [-Wimplicit-fallthrough=]

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/bnxt_re/ib_verbs.c