]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
IB/mlx5: Remove dead code in mr.c
authorEli Cohen <eli@dev.mellanox.co.il>
Thu, 24 Oct 2013 09:01:00 +0000 (12:01 +0300)
committerRoland Dreier <roland@purestorage.com>
Fri, 8 Nov 2013 22:43:00 +0000 (14:43 -0800)
commit2d036fad949080f178e02b12c93a61367e9f562f
tree8494fb975f4066e11bfd0dab9f1eefefde6b864b
parent4e3d677ba986d5c8e76ee1742c1d4d79bc197d5c
IB/mlx5: Remove dead code in mr.c

In mlx5_mr_cache_init() the size variable is not used so remove it to
avoid compiler warnings when running with make W=1.

Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/mlx5/mr.c