summaryrefslogtreecommitdiffstats
path: root/hdata/spira.c
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.vnet.ibm.com>2017-12-06 11:51:59 -0600
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-12-11 19:30:46 -0600
commit22df7a1c73c933195c2a06418ebb3434c6e6b506 (patch)
treeb638ea67d1d02081edac2c722c85ef5ba3d9b46f /hdata/spira.c
parent10f0a09239ddfd4faf47d792f04d3124fb347f88 (diff)
downloadtalos-skiboot-22df7a1c73c933195c2a06418ebb3434c6e6b506.tar.gz
talos-skiboot-22df7a1c73c933195c2a06418ebb3434c6e6b506.zip
hdata/spira: Add missing newline to prlog() call
We're missing a \n here. Signed-off-by: Reza Arbab <arbab@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/spira.c')
-rw-r--r--hdata/spira.c2
1 files changed, 1 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud