]> git.baikalelectronics.ru Git - 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)
commit6b627892d8b90d4383017086cd7a90d8145a9fd0
tree8494fb975f4066e11bfd0dab9f1eefefde6b864b
parent64bfe7506ebdcacc4654906b243ada9da8185246
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