linux/drivers/infiniband
Tom Rix 081c27b3bc RDMA/mlx5: Remove unused num_alloc_xa_entries variable
clang with W=1 reports
drivers/infiniband/hw/mlx5/devx.c:1996:6: error: variable
  'num_alloc_xa_entries' set but not used [-Werror,-Wunused-but-set-variable]
        int num_alloc_xa_entries = 0;
            ^
This variable is not used so remove it.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20230330153607.1838750-1-trix@redhat.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
2023-04-03 15:46:47 +03:00
..
core RDMA/core: Fix multiple -Warray-bounds warnings 2023-03-23 12:19:01 +02:00
hw RDMA/mlx5: Remove unused num_alloc_xa_entries variable 2023-04-03 15:46:47 +03:00
sw RDMA/rxe: Clean kzalloc failure paths 2023-03-30 09:54:32 +03:00
ulp IB/iser: remove redundant new line 2023-04-03 15:38:29 +03:00
Kconfig RDMA: Disable IB HW for UML 2022-12-04 15:22:03 +02:00
Makefile