Skip to content

Commit 507472e

Browse files
gal-pressmanSaeed Mahameed
authored andcommitted
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 <[email protected]> Reviewed-by: Jianbo Liu <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 91a72ad commit 507472e

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx5/core/dev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static bool is_dpll_supported(struct mlx5_core_dev *dev)
210210
return false;
211211

212212
if (!MLX5_CAP_MCAM_REG2(dev, synce_registers)) {
213-
mlx5_core_warn(dev, "Missing SyncE capability\n");
213+
mlx5_core_dbg(dev, "Missing SyncE capability\n");
214214
return false;
215215
}
216216

0 commit comments

Comments
 (0)