diff options
-rw-r--r-- | drivers/net/ethernet/smsc/smc911x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/smsc/smc911x.c b/drivers/net/ethernet/smsc/smc911x.c index 1c44e67c3067..9778cba9fc74 100644 --- a/drivers/net/ethernet/smsc/smc911x.c +++ b/drivers/net/ethernet/smsc/smc911x.c | |||
@@ -730,7 +730,7 @@ static void smc911x_phy_detect(struct net_device *dev) | |||
730 | lp->phy_type = id1 << 16 | id2; | 730 | lp->phy_type = id1 << 16 | id2; |
731 | } | 731 | } |
732 | 732 | ||
733 | DBG(SMC_DEBUG_MISC, dev, "phy_id1=0x%x, phy_id2=0x%x phyaddr=0x%d\n", | 733 | DBG(SMC_DEBUG_MISC, dev, "phy_id1=0x%x, phy_id2=0x%x phyaddr=0x%x\n", |
734 | id1, id2, lp->mii.phy_id); | 734 | id1, id2, lp->mii.phy_id); |
735 | } | 735 | } |
736 | 736 | ||