提交 e9713e6f 编写于 作者: B Ben Hutchings 提交者: Jeff Garzik

sfc: Reduce log level for XGXS lane status

This was making noise during 10Xpress self-test.
Signed-off-by: NBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
上级 c84a6f18
......@@ -210,7 +210,7 @@ static inline int mdio_clause45_phyxgxs_lane_sync(struct efx_nic *efx)
sync = (lane_status & (1 << MDIO_PHYXS_LANE_ALIGNED_LBN)) != 0;
if (!sync)
EFX_INFO(efx, "XGXS lane status: %x\n", lane_status);
EFX_LOG(efx, "XGXS lane status: %x\n", lane_status);
return sync;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册