Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c120e9e0 authored by Kleber Sacilotto de Souza's avatar Kleber Sacilotto de Souza Committed by David S. Miller
Browse files

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: default avatarKleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
Acked-by: default avatarEli Cohen <eli@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9063e21f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -531,7 +531,6 @@ static int __init init(void)

	return 0;

	mlx5_health_cleanup();
err_debug:
	mlx5_unregister_debugfs();
	return err;