From: Bo Shen Date: Fri, 12 Sep 2014 23:57:49 +0000 (+0200) Subject: net/macb: Add hardware revision information during probe X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~9448^2~63 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5879823fc66decc1c0416cad6cd506adbbda6a7f;p=mirror_ubuntu-artful-kernel.git net/macb: Add hardware revision information during probe Print the IP revision when probing. Signed-off-by: Bo Shen Signed-off-by: Nicolas Ferre Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c index ca5d7798b265..d9b8e94b805f 100644 --- a/drivers/net/ethernet/cadence/macb.c +++ b/drivers/net/ethernet/cadence/macb.c @@ -2241,9 +2241,9 @@ static int __init macb_probe(struct platform_device *pdev) netif_carrier_off(dev); - netdev_info(dev, "Cadence %s at 0x%08lx irq %d (%pM)\n", - macb_is_gem(bp) ? "GEM" : "MACB", dev->base_addr, - dev->irq, dev->dev_addr); + netdev_info(dev, "Cadence %s rev 0x%08x at 0x%08lx irq %d (%pM)\n", + macb_is_gem(bp) ? "GEM" : "MACB", macb_readl(bp, MID), + dev->base_addr, dev->irq, dev->dev_addr); phydev = bp->phy_dev; netdev_info(dev, "attached PHY driver [%s] (mii_bus:phy_addr=%s, irq=%d)\n",