Re: [PATCH] IB/mlx5_core: remove unreachable function call in module init

2014-03-10 Thread David Miller
From: Kleber Sacilotto de Souza kleb...@linux.vnet.ibm.com Date: Fri, 7 Mar 2014 19:48:25 -0300 The call to mlx5_health_cleanup() in the module init function can never be reached. Removing it. Signed-off-by: Kleber Sacilotto de Souza kleb...@linux.vnet.ibm.com Applied to net-next, thank

Re: [PATCH] IB/mlx5_core: remove unreachable function call in module init

2014-03-08 Thread Eli Cohen
Acked-by: Eli Cohen e...@mellanox.com On Fri, Mar 07, 2014 at 07:48:25PM -0300, Kleber Sacilotto de Souza wrote: The call to mlx5_health_cleanup() in the module init function can never be reached. Removing it. Signed-off-by: Kleber Sacilotto de Souza kleb...@linux.vnet.ibm.com ---

[PATCH] IB/mlx5_core: remove unreachable function call in module init

2014-03-07 Thread Kleber Sacilotto de Souza
The call to mlx5_health_cleanup() in the module init function can never be reached. Removing it. Signed-off-by: Kleber Sacilotto de Souza kleb...@linux.vnet.ibm.com --- drivers/net/ethernet/mellanox/mlx5/core/main.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git