commit | 3087974a3df8afbb5d59a986797fa8d72e7edd2f | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Mar 20 12:40:56 2019 -0700 |
committer | Florian Fainelli <f.fainelli@gmail.com> | Mon May 20 09:32:35 2019 -0700 |
tree | 6afe7f7423f9fc866b9334bc3ee0e3b319f107e9 | |
parent | 78a6f5bef9b8132e34f58f60c190da83b46cefef [diff] |
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>