RDMA/mlx5: Delete one-time used functions
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 2 Jul 2020 08:18:09 +0000 (11:18 +0300)
committerJason Gunthorpe <jgg@nvidia.com>
Tue, 7 Jul 2020 17:08:03 +0000 (14:08 -0300)
commit1e2b5a90ded2852017e327e93861346ee70c5384
treea3652959519d2b86910297812251cf76ecf56be9
parentd8b7515e25ec0a294c18e366f98e85fcb4a035e3
RDMA/mlx5: Delete one-time used functions

Merge them into their callers, usually the only thing the caller did was
to call the one function, so this is clearer.

Link: https://lore.kernel.org/r/20200702081809.423482-7-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/mlx5/main.c