summaryrefslogtreecommitdiffstats
path: root/src/intel/common
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2018-06-10 12:54:59 +0100
committerLionel Landwerlin <[email protected]>2018-07-05 11:57:45 +0100
commit5ffa35b64da197171e14122425ea944363bc37a1 (patch)
tree8110e67a80a8f4736907b5d5b58c8f79bb5587bd /src/intel/common
parent28476c9d818b297bd88f2c0dc93cbd66aa671c13 (diff)
intel: batch-decoder: add missing return line
Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/intel/common')
-rw-r--r--src/intel/common/gen_batch_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/common/gen_batch_decoder.c b/src/intel/common/gen_batch_decoder.c
index 81d8298c28b..fc0ff95a476 100644
--- a/src/intel/common/gen_batch_decoder.c
+++ b/src/intel/common/gen_batch_decoder.c
@@ -854,7 +854,7 @@ gen_print_batch(struct gen_batch_decode_ctx *ctx,
}
if (next_batch.map == NULL) {
- fprintf(ctx->fp, "Secondary batch at 0x%08"PRIx64" unavailable",
+ fprintf(ctx->fp, "Secondary batch at 0x%08"PRIx64" unavailable\n",
next_batch.addr);
}