On Mon, May 10, 2021 at 12:18 AM Zhu Yanjun <yanjun.zhu@xxxxxxxxx> wrote: > > From: Zhu Yanjun <zyjzyj2000@xxxxxxxxx> > > In the final default, the break is not necessary. Hi, Jason Gunthorpe and Leon Romanovsky Gently ping Zhu Yanjun > > Fixes: 8700e3e7c485 ("Soft RoCE driver") > Signed-off-by: Zhu Yanjun <zyjzyj2000@xxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_qp.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/infiniband/sw/rxe/rxe_qp.c b/drivers/infiniband/sw/rxe/rxe_qp.c > index 34ae957a315c..00588735744f 100644 > --- a/drivers/infiniband/sw/rxe/rxe_qp.c > +++ b/drivers/infiniband/sw/rxe/rxe_qp.c > @@ -186,7 +186,6 @@ static void rxe_qp_init_misc(struct rxe_dev *rxe, struct rxe_qp *qp, > > default: > qp->ibqp.qp_num = qpn; > - break; > } > > INIT_LIST_HEAD(&qp->grp_list); > -- > 2.27.0 >