projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c84a6f1
)
sfc: Reduce log level for XGXS lane status
author
Ben Hutchings
<bhutchings@solarflare.com>
Mon, 1 Sep 2008 11:46:25 +0000
(12:46 +0100)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 3 Sep 2008 13:53:43 +0000
(09:53 -0400)
This was making noise during 10Xpress self-test.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/sfc/mdio_10g.h
patch
|
blob
|
history
diff --git
a/drivers/net/sfc/mdio_10g.h
b/drivers/net/sfc/mdio_10g.h
index cb99f3f4491c5413c27435f188824d68fe11f988..3bb6b55010d402adb691677e6bd5d03b326e921a 100644
(file)
--- 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)
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;
}