mbox series

[net-next,0/3] net: broadcom: Remove print of base address

Message ID 20190320164517.29608-1-f.fainelli@gmail.com
Headers show
Series net: broadcom: Remove print of base address | expand

Message

Florian Fainelli March 20, 2019, 4:45 p.m. UTC
Hi,

Some broadcom MDIO/switch/Ethernet MAC drivers insist on printing the
base register virtual address which has little value.

Florian Fainelli (3):
  net: phy: mdio-bcm-unimac:  Remove print of base address
  net: dsa: bcm_sf2:  Remove print of base address
  net: systemport:  Remove print of base address

 drivers/net/dsa/bcm_sf2.c                  | 9 +++++----
 drivers/net/ethernet/broadcom/bcmsysport.c | 6 +++---
 drivers/net/phy/mdio-bcm-unimac.c          | 2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

Comments

David Miller March 21, 2019, 8:32 p.m. UTC | #1
From: Florian Fainelli <f.fainelli@gmail.com>
Date: Wed, 20 Mar 2019 09:45:14 -0700

> Some broadcom MDIO/switch/Ethernet MAC drivers insist on printing the
> base register virtual address which has little value.

Makes sense, series applied, thanks.