Files
android_kernel_xiaomi_sm8450/drivers/infiniband/hw/mlx5
Roland Dreier d6c7276be1 IB/mlx5: Remove dead code from alloc_cached_mr()
The only place that assigns mr inside the loop already does a break.
So "if (mr)" will never be true here since the function initializes mr
to NULL at the top.  We can just drop the extra if and break here.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Acked-by: Eli Cohen  <eli@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2015-08-28 22:54:47 -04:00
..
2015-04-02 16:33:42 -04:00
2015-07-14 13:20:08 -04:00
2015-04-02 16:33:42 -04:00
2015-04-02 16:33:42 -04:00