]> 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)
commitb9c307d1c8bbf4bbca5d88b1a8375d64dd6fe302
tree5756cd3404d57ea979667689d3bc17db93304845
parente8611e0838d84d35e92b64fbe349085872326381
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