net/mlx5e: Remove redundant barrier
The bit-op operation one line before is an explicit barrier by itself. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c5adb96f6c
commit
1bfec31627
|
@ -147,7 +147,6 @@ void mlx5e_completion_event(struct mlx5_core_cq *mcq)
|
|||
struct mlx5e_cq *cq = container_of(mcq, struct mlx5e_cq, mcq);
|
||||
|
||||
set_bit(MLX5E_CHANNEL_NAPI_SCHED, &cq->channel->flags);
|
||||
barrier();
|
||||
napi_schedule(cq->napi);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue