]> git.baikalelectronics.ru Git - 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)
commite94d23b2354957b3d7581c486e3bdd7b31167b81
tree32cb62231c1a1c5733fcb3d61ab14c587bd1282f
parentbc854f911eba36b24aed9eec10507b92213cb5f4
net: systemport: 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, 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