]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commitc120e9e03090b4f9578ca38ef4250ff3805b6e3f
tree04676088e042f083099ae29b5dfbef4265cfd17c
parent9063e21fb026c4966fc93261c18322214f9835eb
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