diff mbox

[07/13] xive: Display the block ID when initializing an instance

Message ID 20170116043635.25849-7-benh@kernel.crashing.org
State Accepted
Headers show

Commit Message

Benjamin Herrenschmidt Jan. 16, 2017, 4:36 a.m. UTC
This helps debugging multi-chip problems

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
 hw/xive.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/hw/xive.c b/hw/xive.c
index 33695f0..986792e 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -2540,7 +2540,7 @@  static struct xive *init_one_xive(struct dt_node *np)
 
 	chip = get_chip(x->chip_id);
 	assert(chip);
-	xive_dbg(x, "Initializing...\n");
+	xive_dbg(x, "Initializing, block ID %d...\n", x->block_id);
 	chip->xive = x;
 
 #ifdef USE_INDIRECT