]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
net: systemport: Remove print of base address
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 Mar 2019 16:45:17 +0000 (09:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Mar 2019 20:32:35 +0000 (13:32 -0700)
commit62be757fbe6fb23548d40da2eb0d56e4cbfab990
tree32cb62231c1a1c5733fcb3d61ab14c587bd1282f
parentfbb7bc45eac7195a787d8c454c88ba518959b947
net: systemport: 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, especially given we use a dev_info() 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/ethernet/broadcom/bcmsysport.c