]> git.baikalelectronics.ru Git - kernel.git/commit
IB/mlx5_core: remove unreachable function call in module init
authorKleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
Fri, 7 Mar 2014 22:48:25 +0000 (19:48 -0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Mar 2014 19:23:22 +0000 (15:23 -0400)
commit067957e417b52a03b90589f5233562b552f62850
tree04676088e042f083099ae29b5dfbef4265cfd17c
parentf8203a4e199a75929774c6bcec2e9d49e1fb37e4
IB/mlx5_core: remove unreachable function call in module init

The call to mlx5_health_cleanup() in the module init function can never
be reached. Removing it.

Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
Acked-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/main.c