Make local variable 64-bits to avoid masking away bits in mlx5 core.
Sponsored by: Mellanox Technologies MFC after: 1 week
This commit is contained in:
parent
6c7057f7ba
commit
a4d6b00747
@ -510,7 +510,7 @@ void mlx5_eq_cleanup(struct mlx5_core_dev *dev)
|
||||
int mlx5_start_eqs(struct mlx5_core_dev *dev)
|
||||
{
|
||||
struct mlx5_eq_table *table = &dev->priv.eq_table;
|
||||
u32 async_event_mask = MLX5_ASYNC_EVENT_MASK;
|
||||
u64 async_event_mask = MLX5_ASYNC_EVENT_MASK;
|
||||
int err;
|
||||
|
||||
if (MLX5_CAP_GEN(dev, port_module_event))
|
||||
|
Loading…
Reference in New Issue
Block a user