]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()
authorDaisuke Matsuda <matsuda-daisuke@fujitsu.com>
Wed, 18 May 2022 04:49:14 +0000 (04:49 +0000)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 19 May 2022 18:57:52 +0000 (15:57 -0300)
commit5c993c39451615137680d3f70ef2b26862eda119
tree0a0f6b97aee7aa9ff5fa6e957e4ce59ea608d7b3
parentd7c4976db55c247fb5459d234053215c8f1cff75
RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()

The pointer imr->umem is assigned twice. Fix this by removing the
redundant one.

Link: https://lore.kernel.org/r/20220518044914.1903125-1-matsuda-daisuke@fujitsu.com
Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx5/odp.c