diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2008-09-01 07:46:25 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-03 09:53:43 -0400 |
commit | e9713e6f4eb55a73c39a72fb8067fd053cdf8e95 (patch) | |
tree | 849593f58e27fa35fa39a08cadd228d48a8a1c2c /drivers/net/sfc | |
parent | c84a6f18a957204138330283461dba033cc9ed52 (diff) |
sfc: Reduce log level for XGXS lane status
This was making noise during 10Xpress self-test.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/sfc')
-rw-r--r-- | drivers/net/sfc/mdio_10g.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/mdio_10g.h b/drivers/net/sfc/mdio_10g.h index cb99f3f4491c..3bb6b55010d4 100644 --- a/drivers/net/sfc/mdio_10g.h +++ b/drivers/net/sfc/mdio_10g.h | |||
@@ -210,7 +210,7 @@ static inline int mdio_clause45_phyxgxs_lane_sync(struct efx_nic *efx) | |||
210 | 210 | ||
211 | sync = (lane_status & (1 << MDIO_PHYXS_LANE_ALIGNED_LBN)) != 0; | 211 | sync = (lane_status & (1 << MDIO_PHYXS_LANE_ALIGNED_LBN)) != 0; |
212 | if (!sync) | 212 | if (!sync) |
213 | EFX_INFO(efx, "XGXS lane status: %x\n", lane_status); | 213 | EFX_LOG(efx, "XGXS lane status: %x\n", lane_status); |
214 | return sync; | 214 | return sync; |
215 | } | 215 | } |
216 | 216 | ||