aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio-bcm-unimac.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-03-21 13:32:35 -0700
committerDavid S. Miller <davem@davemloft.net>2019-03-21 13:32:35 -0700
commit88f808f312d3b847c873352210225a43b30b3ece (patch)
tree32cb62231c1a1c5733fcb3d61ab14c587bd1282f /drivers/net/phy/mdio-bcm-unimac.c
parentipv6: Remove fallback argument from ip6_hold_safe (diff)
parentnet: systemport: Remove print of base address (diff)
downloadlinux-dev-88f808f312d3b847c873352210225a43b30b3ece.tar.xz
linux-dev-88f808f312d3b847c873352210225a43b30b3ece.zip
Merge branch 'net-broadcom-Remove-print-of-base-address'
Florian Fainelli says: ==================== net: broadcom: Remove print of base address Some broadcom MDIO/switch/Ethernet MAC drivers insist on printing the base register virtual address which has little value. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/mdio-bcm-unimac.c')
-rw-r--r--drivers/net/phy/mdio-bcm-unimac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/mdio-bcm-unimac.c b/drivers/net/phy/mdio-bcm-unimac.c
index 8295bc7c8c20..3a592629dc7e 100644
--- a/drivers/net/phy/mdio-bcm-unimac.c
+++ b/drivers/net/phy/mdio-bcm-unimac.c
@@ -292,7 +292,7 @@ static int unimac_mdio_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, priv);
- dev_info(&pdev->dev, "Broadcom UniMAC MDIO bus at 0x%p\n", priv->base);
+ dev_info(&pdev->dev, "Broadcom UniMAC MDIO bus\n");
return 0;