mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
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: Gal Pressman <gal@nvidia.com> Reviewed-by: Jianbo Liu <jianbol@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
91a72ada66
commit
507472ed0e
|
|
@ -210,7 +210,7 @@ static bool is_dpll_supported(struct mlx5_core_dev *dev)
|
|||
return false;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user