]> git.baikalelectronics.ru Git - kernel.git/commit
vdpa/mlx5: Fix possible uninitialized return value
authorEli Cohen <elic@nvidia.com>
Thu, 11 Aug 2022 13:40:10 +0000 (16:40 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 11 Aug 2022 14:00:36 +0000 (10:00 -0400)
commit580cc45fd7f9ca83b5911b1c9c12e1c2d1a71782
tree379db2156a85d2bc57500fca8e5ed6260d7b0c23
parente76bb67c155747aae7ddce5cd65145f233609f1a
vdpa/mlx5: Fix possible uninitialized return value

Initialize err local variable to return -EAGAIN if the asid cannot be
found thus avoiding returning uninitialized value.

Fixes: f6a795221dbf ("vdpa/mlx5: Support different address spaces for control and data")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Eli Cohen <elic@nvidia.com>
Message-Id: <20220811134010.952291-1-elic@nvidia.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/mlx5/net/mlx5_vnet.c