Make mlx5 compilable on ILP32 arches.

Sponsored by:	Mellanox Technologies
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2018-03-08 22:03:43 +00:00
parent a1ea91a21f
commit 2cec152827

View File

@ -67,7 +67,7 @@ static void mlx5_trigger_cmd_completions(struct mlx5_core_dev *dev)
vector |= MLX5_TRIGGERED_CMD_COMP;
spin_unlock_irqrestore(&dev->cmd.alloc_lock, flags);
mlx5_core_dbg(dev, "vector 0x%lx\n", vector);
mlx5_core_dbg(dev, "vector 0x%jx\n", (uintmax_t)vector);
mlx5_cmd_comp_handler(dev, vector);
return;