vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails
authorEli Cohen <elic@nvidia.com>
Sun, 11 Apr 2021 08:36:46 +0000 (11:36 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 22 Apr 2021 22:15:31 +0000 (18:15 -0400)
commitbe286f84e33da1a7f83142b64dbd86f600e73363
tree793255f786e93b1842148ae2ec61de58a0a018d7
parenta9d064524fc3cf463b3bb14fa63de78aafb40dab
vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails

Set err = -ENOMEM if dma_map_sg_attrs() fails so the function reutrns
error.

Fixes: 94abbccdf291 ("vdpa/mlx5: Add shared memory registration code")
Signed-off-by: Eli Cohen <elic@nvidia.com>
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20210411083646.910546-1-elic@nvidia.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
drivers/vdpa/mlx5/core/mr.c