Re: [PATCH] RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()

2020-06-01 Thread Jason Gunthorpe
On Fri, May 29, 2020 at 11:39:18AM +0300, Dan Carpenter wrote: > The "dmac" variable is used before it is initialized. > > Fixes: 494c3b312255 ("RDMA/hns: Refactor the QP context filling process > related to WQE buffer configure") > Signed-off-by: Dan Carpenter > Reviewed-by: Leon Romanovsky >

Re: [PATCH] RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()

2020-05-31 Thread Leon Romanovsky
On Fri, May 29, 2020 at 11:39:18AM +0300, Dan Carpenter wrote: > The "dmac" variable is used before it is initialized. > > Fixes: 494c3b312255 ("RDMA/hns: Refactor the QP context filling process > related to WQE buffer configure") > Signed-off-by: Dan Carpenter > --- >

[PATCH] RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()

2020-05-29 Thread Dan Carpenter
The "dmac" variable is used before it is initialized. Fixes: 494c3b312255 ("RDMA/hns: Refactor the QP context filling process related to WQE buffer configure") Signed-off-by: Dan Carpenter --- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)