mirror of https://gitee.com/openkylin/linux.git
net/mlx4_core: Change SYNC_TPT to be native (not wrapped)
The "wrapped" was incorrect, since no wrapper function was defined. Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8bac9ede68
commit
5e92d803bf
|
@ -892,6 +892,6 @@ EXPORT_SYMBOL_GPL(mlx4_fmr_free);
|
||||||
int mlx4_SYNC_TPT(struct mlx4_dev *dev)
|
int mlx4_SYNC_TPT(struct mlx4_dev *dev)
|
||||||
{
|
{
|
||||||
return mlx4_cmd(dev, 0, 0, 0, MLX4_CMD_SYNC_TPT, 1000,
|
return mlx4_cmd(dev, 0, 0, 0, MLX4_CMD_SYNC_TPT, 1000,
|
||||||
MLX4_CMD_WRAPPED);
|
MLX4_CMD_NATIVE);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(mlx4_SYNC_TPT);
|
EXPORT_SYMBOL_GPL(mlx4_SYNC_TPT);
|
||||||
|
|
Loading…
Reference in New Issue