Commit 3ce3274b authored by Changbin Du's avatar Changbin Du Committed by Zhenyu Wang

drm/i915/gvt: remove a redundant end of line in debug log

Remove a redundant end of line in below log.
  'will complete workload %p\n, status: %d\n'
Signed-off-by: default avatarChangbin Du <changbin.du@intel.com>
Signed-off-by: default avatarZhenyu Wang <zhenyuw@linux.intel.com>
parent 6e3745ce
...@@ -456,7 +456,7 @@ static int workload_thread(void *priv) ...@@ -456,7 +456,7 @@ static int workload_thread(void *priv)
} }
complete: complete:
gvt_dbg_sched("will complete workload %p\n, status: %d\n", gvt_dbg_sched("will complete workload %p, status: %d\n",
workload, workload->status); workload, workload->status);
if (workload->req) if (workload->req)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment