From 22df7a1c73c933195c2a06418ebb3434c6e6b506 Mon Sep 17 00:00:00 2001 From: Reza Arbab Date: Wed, 6 Dec 2017 11:51:59 -0600 Subject: hdata/spira: Add missing newline to prlog() call We're missing a \n here. Signed-off-by: Reza Arbab Signed-off-by: Stewart Smith --- hdata/spira.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdata/spira.c') diff --git a/hdata/spira.c b/hdata/spira.c index 11d3ade7..2cf76131 100644 --- a/hdata/spira.c +++ b/hdata/spira.c @@ -1374,7 +1374,7 @@ static void add_npu(struct dt_node *xscom, const struct HDIF_array_hdr *links, * this is going to break. */ - prlog(PR_DEBUG, "NPU: %04x:%d: Link (%d) targets slot %u", + prlog(PR_DEBUG, "NPU: %04x:%d: Link (%d) targets slot %u\n", chip_id, link_count, link_count, slot_id); if (link_count >= 6) { -- cgit v1.2.1