]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: bcm_sf2: Remove print of base address
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 Mar 2019 16:45:16 +0000 (09:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Mar 2019 20:32:35 +0000 (13:32 -0700)
commitbc854f911eba36b24aed9eec10507b92213cb5f4
tree93cfb57945c4a0b27145ebde5f9ce0ddb646cc1b
parenta592f7ddbd9c1d5b66d00b4069595fc53eb19cef
net: dsa: bcm_sf2: Remove print of base address

Since commit 7f32ed5e940b ("printk: hash addresses printed with %p")
pointers are being hashed when printed. Displaying the virtual memory at
bootup time is not helpful, we use a dev_info() print which already
displays the platform device's address.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/bcm_sf2.c