Re: [PATCH] mlx4_en: Use correct loop cursor in error path.

2015-04-30 Thread David Miller
From: Benjamin Poirier Date: Wed, 29 Apr 2015 15:59:35 -0700 > Signed-off-by: Benjamin Poirier > Fixes: 9e311e7 ("net/mlx4_en: Use affinity hint") Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org Mo

Re: [PATCH] mlx4_en: Use correct loop cursor in error path.

2015-04-29 Thread Amir Vadai
On Thu, Apr 30, 2015 at 1:59 AM, Benjamin Poirier wrote: > Signed-off-by: Benjamin Poirier > Fixes: 9e311e7 ("net/mlx4_en: Use affinity hint") > --- Good catch. Acked-by: Amir Vadai Thanks, Amir -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

[PATCH] mlx4_en: Use correct loop cursor in error path.

2015-04-29 Thread Benjamin Poirier
Signed-off-by: Benjamin Poirier Fixes: 9e311e7 ("net/mlx4_en: Use affinity hint") --- drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/mellanox/mlx4/en_netdev.c b/drivers/net/ethernet/mellanox/mlx4/en_netdev.c