]> 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)
commita49ef9b7dc63797935a587a583a9f1c3a6ed65ad
tree04676088e042f083099ae29b5dfbef4265cfd17c
parent5be28810e2021fc63f8d21ecb0eb5eefa635c208
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