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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ static int workload_thread(void *priv)
		}

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);

		if (workload->req)