]> 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)
commitb2b5f5f49f73d79add7e5cfa859451ecd3634d66
tree93cfb57945c4a0b27145ebde5f9ce0ddb646cc1b
parenta0d204dcabd9ec908ce40d189117052f60c5669f
net: dsa: bcm_sf2: Remove print of base address

Since commit c50104c2c22f ("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