Commit 45dfab68 authored by Hans Wennborg's avatar Hans Wennborg Committed by David S. Miller

net: smc911x: fix %d confusingly prefixed with 0x in format string

Signed-off-by: default avatarHans Wennborg <hans@hanshq.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 597aec3f
......@@ -730,7 +730,7 @@ static void smc911x_phy_detect(struct net_device *dev)
lp->phy_type = id1 << 16 | id2;
}
DBG(SMC_DEBUG_MISC, dev, "phy_id1=0x%x, phy_id2=0x%x phyaddr=0x%d\n",
DBG(SMC_DEBUG_MISC, dev, "phy_id1=0x%x, phy_id2=0x%x phyaddr=0x%x\n",
id1, id2, lp->mii.phy_id);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment