]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sfc: Reduce log level for XGXS lane status
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 1 Sep 2008 11:46:25 +0000 (12:46 +0100)
committerJeff 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

index cb99f3f4491c5413c27435f188824d68fe11f988..3bb6b55010d402adb691677e6bd5d03b326e921a 100644 (file)
@@ -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;
 }