Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[firefly-linux-kernel-4.4.55.git] / drivers / net / sfc / mdio_10g.h
index f89e719296031194a6953eba58daebe66b08164b..75791d3d4963f0a1a445c1fc269b938bd3499ccb 100644 (file)
@@ -51,7 +51,8 @@ static inline bool efx_mdio_phyxgxs_lane_sync(struct efx_nic *efx)
 
        sync = !!(lane_status & MDIO_PHYXS_LNSTAT_ALIGN);
        if (!sync)
-               EFX_LOG(efx, "XGXS lane status: %x\n", lane_status);
+               netif_dbg(efx, hw, efx->net_dev, "XGXS lane status: %x\n",
+                         lane_status);
        return sync;
 }