net/mlx5: Remove information print after attempt to load mlx5_ib module
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / main.c
index 8701e85daf1c86cfd4c623e2f4bcf14c055ede0f..5d160f33bc1765a9bd84ba61e86c75e90d8cc6c0 100644 (file)
@@ -1340,9 +1340,7 @@ static int init_one(struct pci_dev *pdev,
                goto clean_health;
        }
 
-       err = request_module_nowait(MLX5_IB_MOD);
-       if (err)
-               pr_info("failed request module on %s\n", MLX5_IB_MOD);
+       request_module_nowait(MLX5_IB_MOD);
 
        err = devlink_register(devlink, &pdev->dev);
        if (err)