Re: [PATCH net-next 2/2] net/mlx4_core: Fix unintialized variable used in error path

2015-08-27 Thread David Miller
From: cls...@linux.vnet.ibm.com Date: Thu, 27 Aug 2015 14:43:26 -0500 > From: Carol L Soto > > The uninitialized value name in mlx4_en_activate_cq was used in order > to print an error message. Fixing it by replacing it with cq->vector. > > Signed-off-by: Matan Barak > Signed-off-by: Carol L S

[PATCH net-next 2/2] net/mlx4_core: Fix unintialized variable used in error path

2015-08-27 Thread clsoto
From: Carol L Soto The uninitialized value name in mlx4_en_activate_cq was used in order to print an error message. Fixing it by replacing it with cq->vector. Signed-off-by: Matan Barak Signed-off-by: Carol L Soto --- drivers/net/ethernet/mellanox/mlx4/en_cq.c | 5 ++--- 1 file changed, 2 ins