net: phy: mdio-bcm-iproc: Do not show kernel pointer
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 17 Apr 2020 18:34:20 +0000 (11:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Apr 2020 22:50:04 +0000 (15:50 -0700)
commitc6f5f242f5ed58cc531e75507e8447a8c9b6cd30
tree5756cd3404d57ea979667689d3bc17db93304845
parent007fc3c0ca478f3a8ad687cf9ecbe672d3a64700
net: phy: mdio-bcm-iproc: Do not show kernel pointer

Displaying the virtual address at which the MDIO base register address
has been mapped is not useful and is not visible with pointer hashing in
place, replace the message with something indicating successful
registration instead.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-bcm-iproc.c