Skip to content

Commit

Permalink
sfc: Reduce log level for XGXS lane status
Browse files Browse the repository at this point in the history
This was making noise during 10Xpress self-test.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Ben Hutchings authored and Jeff Garzik committed Sep 3, 2008
1 parent c84a6f1 commit e9713e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/sfc/mdio_10g.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e9713e6

Please sign in to comment.