RDMA/mlx4: Remove gfp_mask argument from acquire_group call
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 17 Aug 2017 12:50:40 +0000 (15:50 +0300)
committerDoug Ledford <dledford@redhat.com>
Thu, 24 Aug 2017 20:27:10 +0000 (16:27 -0400)
commit31f97bad06446ca2d929a363a4b5cd494f276ba5
tree99129b92cff1cfca782eb5dc8b7e6cf4d504a2f6
parent82901e3eb8f72326b06ac8c7285462d90cd3a56c
RDMA/mlx4: Remove gfp_mask argument from acquire_group call

All callers of acquire_group() passed the same gfp_mask to it
and it is safe to remove it.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx4/mcg.c