]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commitfbb7bc45eac7195a787d8c454c88ba518959b947
tree93cfb57945c4a0b27145ebde5f9ce0ddb646cc1b
parent647aed232a7cda65c0f8e817f1a23c76a86a0d1e
net: dsa: bcm_sf2: Remove print of base address

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