Make mlx5 compilable on ILP32 arches.
Sponsored by: Mellanox Technologies MFC after: 1 week
This commit is contained in:
parent
a1ea91a21f
commit
2cec152827
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user