Re: [patch] net/mlx5: remove a duplicate condition

2016-11-25 Thread David Miller
From: Dan Carpenter Date: Thu, 24 Nov 2016 14:03:45 +0300 > We verified that MLX5_FLOW_CONTEXT_ACTION_COUNT was set on the first > line of the function so we don't need to check again here. > > Signed-off-by: Dan Carpenter Applied.

Re: [patch] net/mlx5: remove a duplicate condition

2016-11-24 Thread Saeed Mahameed
On Thu, Nov 24, 2016 at 1:03 PM, Dan Carpenter wrote: > We verified that MLX5_FLOW_CONTEXT_ACTION_COUNT was set on the first > line of the function so we don't need to check again here. > > Signed-off-by: Dan Carpenter Acked-by: Saeed Mahameed

[patch] net/mlx5: remove a duplicate condition

2016-11-24 Thread Dan Carpenter
We verified that MLX5_FLOW_CONTEXT_ACTION_COUNT was set on the first line of the function so we don't need to check again here. Signed-off-by: Dan Carpenter --- Not a bugfix so it would go into -next diff --git a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c b/drivers/net/ethernet/mellanox/