Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Hans Wennborg and committed by
David S. Miller
45dfab68 597aec3f

+1 -1
+1 -1
drivers/net/ethernet/smsc/smc911x.c
··· 730 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 734 id1, id2, lp->mii.phy_id); 735 735 } 736 736