[PATCH] irqchip/bcm-6345-l1: show MMIO address

From: Álvaro Fernández Rojas
Date: Thu Mar 16 2023 - 14:07:15 EST


It's safe to show MMIO address.

Signed-off-by: Álvaro Fernández Rojas <noltari@xxxxxxxxx>
---
drivers/irqchip/irq-bcm6345-l1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-bcm6345-l1.c b/drivers/irqchip/irq-bcm6345-l1.c
index 6899e37810a8..55a2d9b31597 100644
--- a/drivers/irqchip/irq-bcm6345-l1.c
+++ b/drivers/irqchip/irq-bcm6345-l1.c
@@ -335,7 +335,7 @@ static int __init bcm6345_l1_of_init(struct device_node *dn,
for_each_cpu(idx, &intc->cpumask) {
struct bcm6345_l1_cpu *cpu = intc->cpus[idx];

- pr_info(" CPU%u at MMIO 0x%p (irq = %d)\n", idx,
+ pr_info(" CPU%u at MMIO 0x%px (irq = %d)\n", idx,
cpu->map_base, cpu->parent_irq);
}

--
2.30.2