RDMA/mlx5: Remove impossible check of mkey cache cleanup failure
authorLeon Romanovsky <leonro@nvidia.com>
Thu, 2 Feb 2023 09:03:07 +0000 (11:03 +0200)
committerLeon Romanovsky <leon@kernel.org>
Mon, 6 Feb 2023 13:44:26 +0000 (15:44 +0200)
commit85f9e38a5ac7d397f9bb5e57901b2d6af4dcc3b9
tree676b665f71219d00463faa7fc6a283f75fba1f4f
parent828cf5936bea2438c21a3a6c303b34a2a1f6c3c2
RDMA/mlx5: Remove impossible check of mkey cache cleanup failure

mlx5_mkey_cache_cleanup() can't fail and can be changed to be void.

Link: https://lore.kernel.org/r/1acd9528995d083114e7dec2a2afc59436406583.1675328463.git.leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/infiniband/hw/mlx5/main.c
drivers/infiniband/hw/mlx5/mlx5_ib.h
drivers/infiniband/hw/mlx5/mr.c