Commit 507472ed authored by Gal Pressman's avatar Gal Pressman Committed by Saeed Mahameed

net/mlx5: Change missing SyncE capability print to debug

Lack of SyncE capability should not emit a warning, change the print to
debug level.
Signed-off-by: default avatarGal Pressman <gal@nvidia.com>
Reviewed-by: default avatarJianbo Liu <jianbol@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent 91a72ada
...@@ -210,7 +210,7 @@ static bool is_dpll_supported(struct mlx5_core_dev *dev) ...@@ -210,7 +210,7 @@ static bool is_dpll_supported(struct mlx5_core_dev *dev)
return false; return false;
if (!MLX5_CAP_MCAM_REG2(dev, synce_registers)) { if (!MLX5_CAP_MCAM_REG2(dev, synce_registers)) {
mlx5_core_warn(dev, "Missing SyncE capability\n"); mlx5_core_dbg(dev, "Missing SyncE capability\n");
return false; return false;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment