]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3332569c6186a656f3bfd7e6908738487c21b3fb
tree5756cd3404d57ea979667689d3bc17db93304845
parent0b2f30443f7a3bb67c506137905855bd16ba2008
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