[Skiboot] [PATCH 02/10] mbox: Sanitize init message
Benjamin Herrenschmidt
benh at kernel.crashing.org
Thu Mar 9 11:45:35 AEDT 2017
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
hw/lpc-mbox.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hw/lpc-mbox.c b/hw/lpc-mbox.c
index ec101ae..aaaa2b0 100644
--- a/hw/lpc-mbox.c
+++ b/hw/lpc-mbox.c
@@ -274,7 +274,9 @@ void mbox_init(void)
chip_id = dt_get_chip_id(np);
mbox_lpc_client.interrupts = LPC_IRQ(irq);
lpc_register_client(chip_id, &mbox_lpc_client, IRQ_ATTR_TARGET_OPAL);
- prlog(PR_DEBUG, "Using chipid: %d and IRQ: %d at 0x%08x\n", chip_id, irq, mbox.base);
+
+ prlog(PR_DEBUG, "Enabled on chip %d, IO port 0x%x, IRQ %d\n",
+ chip_id, mbox.base, irq);
}
--
2.9.3
More information about the Skiboot
mailing list