On Mon, Dec 20, 2021 at 05:25:30PM +0200, Kamal Heib wrote: > The API for ib_query_qp requires the driver to set > cur_qp_state on return, add the missing set. > > Fixes: 67bbc05512d8 ("RDMA/cxgb4: Add query_qp support") > Signed-off-by: Kamal Heib <kamalheib1@xxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/qp.c | 1 + > 1 file changed, 1 insertion(+) I wonder if this is last error of such type. The bnxt_re had same error 53839b51a767 ("RDMA/bnxt_re: Set queue pair state when being queried") Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>