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: Changbin Du <changbin.du@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
This commit is contained in:
Changbin Du 2017-02-09 10:13:16 +08:00 committed by Zhenyu Wang
parent 6e3745cea7
commit 3ce3274bff

View File

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