diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2018-02-12 11:18:12 +0900 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2018-02-16 14:22:16 +0000 |
commit | 2d02424e89eca71b3fa5e832e6fbe467a413e3d5 (patch) | |
tree | 1cf6346a6ad1810f0a06ec20521625e89e15c895 /drivers/irqchip/irq-bcm7038-l1.c | |
parent | de337ee301422756dff43d6c60fbb0400c1235e9 (diff) | |
download | linux-2d02424e89eca71b3fa5e832e6fbe467a413e3d5.tar.bz2 |
irqchip/bcm: Remove hashed address printing
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. so delete the prints.
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip/irq-bcm7038-l1.c')
-rw-r--r-- | drivers/irqchip/irq-bcm7038-l1.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/irqchip/irq-bcm7038-l1.c b/drivers/irqchip/irq-bcm7038-l1.c index 55cfb986225b..faf734ff4cf3 100644 --- a/drivers/irqchip/irq-bcm7038-l1.c +++ b/drivers/irqchip/irq-bcm7038-l1.c @@ -339,9 +339,6 @@ int __init bcm7038_l1_of_init(struct device_node *dn, goto out_unmap; } - pr_info("registered BCM7038 L1 intc (mem: 0x%p, IRQs: %d)\n", - intc->cpus[0]->map_base, IRQS_PER_WORD * intc->n_words); - return 0; out_unmap: |