bus: brcmstb_gisb: Remove print of base address
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 Mar 2019 19:40:56 +0000 (12:40 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 20 May 2019 16:32:35 +0000 (09:32 -0700)
commit3087974a3df8afbb5d59a986797fa8d72e7edd2f
tree6afe7f7423f9fc866b9334bc3ee0e3b319f107e9
parent78a6f5bef9b8132e34f58f60c190da83b46cefef
bus: brcmstb_gisb: 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>
drivers/bus/brcmstb_gisb.c