aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mad.c
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2020-04-07 18:59:51 +0300
committerLeon Romanovsky <leonro@mellanox.com>2020-04-23 21:42:02 +0300
commit5d1c9a114a6efba2c8391e39d4ac3e4e5c7b6d32 (patch)
tree0e780709ec6546e015ca7502cc18676f0cfbd498 /drivers/infiniband/hw/mlx5/mad.c
parentnet/mlx5: Enable SW-defined RoCEv2 UDP source port (diff)
downloadlinux-dev-5d1c9a114a6efba2c8391e39d4ac3e4e5c7b6d32.tar.xz
linux-dev-5d1c9a114a6efba2c8391e39d4ac3e4e5c7b6d32.zip
net/mlx5: Update vport.c to new cmd interface
Do mass update of vport.c to reuse newly introduced mlx5_cmd_exec_in*() interfaces. Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/mad.c')
-rw-r--r--drivers/infiniband/hw/mlx5/mad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/mlx5/mad.c b/drivers/infiniband/hw/mlx5/mad.c
index f0ab6d7d8497..454ce5de2de7 100644
--- a/drivers/infiniband/hw/mlx5/mad.c
+++ b/drivers/infiniband/hw/mlx5/mad.c
@@ -187,8 +187,8 @@ static int process_pma_cmd(struct mlx5_ib_dev *dev, u8 port_num,
goto done;
}
- err = mlx5_core_query_vport_counter(mdev, 0, 0,
- mdev_port_num, out_cnt, sz);
+ err = mlx5_core_query_vport_counter(mdev, 0, 0, mdev_port_num,
+ out_cnt);
if (!err)
pma_cnt_ext_assign(pma_cnt_ext, out_cnt);
} else {