summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-bcm7120-l2.c
diff options
context:
space:
mode:
authorJaedon Shin <jaedon.shin@gmail.com>2018-02-12 11:18:12 +0900
committerMarc Zyngier <marc.zyngier@arm.com>2018-02-16 14:22:16 +0000
commit2d02424e89eca71b3fa5e832e6fbe467a413e3d5 (patch)
tree1cf6346a6ad1810f0a06ec20521625e89e15c895 /drivers/irqchip/irq-bcm7120-l2.c
parentde337ee301422756dff43d6c60fbb0400c1235e9 (diff)
downloadlinux-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-bcm7120-l2.c')
-rw-r--r--drivers/irqchip/irq-bcm7120-l2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/irqchip/irq-bcm7120-l2.c b/drivers/irqchip/irq-bcm7120-l2.c
index 983640eba418..8968e5e93fcb 100644
--- a/drivers/irqchip/irq-bcm7120-l2.c
+++ b/drivers/irqchip/irq-bcm7120-l2.c
@@ -318,9 +318,6 @@ static int __init bcm7120_l2_intc_probe(struct device_node *dn,
}
}
- pr_info("registered %s intc (mem: 0x%p, parent IRQ(s): %d)\n",
- intc_name, data->map_base[0], data->num_parent_irqs);
-
return 0;
out_free_domain: