]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/mlx5: Remove information print after attempt to load mlx5_ib module
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 1 Dec 2016 08:34:57 +0000 (10:34 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 19 Jan 2017 21:19:51 +0000 (23:19 +0200)
commitf82eed45239988db125d1fc8c52994f3684324c6
treebadfe5c62eb64cb2eeaa462167b04d4b34904ce8
parent4a7c972644c1151f6dd34ff4b5f7eacb239e22ee
net/mlx5: Remove information print after attempt to load mlx5_ib module

Infiniband part of mlx5 driver can be compiled as a module
or as a part of bzImage (compiled in). In the second case,
the call to request_module will return an error -ENOENT.
It will cause to a misleading print "failed request module
on mlx5_ib".

This patch removes this print, In order to comply with mlx4.

Fixes: f66f049fb738 ("net/mlx5_core: Request the mlx5 IB module on driver load")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/main.c