mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
RDMA/rxe: Fix redundant break statement in switch-case.
Removed unreachable break statement after return. Signed-off-by: Rohit Chavan <roheetchavan@gmail.com> Link: https://lore.kernel.org/r/20230822091304.7312-1-roheetchavan@gmail.com Acked-by: Zhu Yanjun <zyjzyj2000@gmail.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
This commit is contained in:
parent
dc202c57e9
commit
6812e06999
|
|
@ -798,7 +798,6 @@ static int init_send_wr(struct rxe_qp *qp, struct rxe_send_wr *wr,
|
|||
rxe_err_qp(qp, "unsupported wr opcode %d",
|
||||
wr->opcode);
|
||||
return -EINVAL;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user