summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
diff options
context:
space:
mode:
authorChangbin Du <changbin.du@intel.com>2017-02-09 10:13:16 +0800
committerZhenyu Wang <zhenyuw@linux.intel.com>2017-02-09 14:13:30 +0800
commit3ce3274bff89c6ea5bed3f8f47abdbf672e216b2 (patch)
tree0414ed472485b761585d9a978fcab58a524f7b07 /drivers/gpu/drm/i915
parent6e3745cea7521499e573aa193c52d801a9cb0c10 (diff)
downloadlinux-3ce3274bff89c6ea5bed3f8f47abdbf672e216b2.tar.bz2
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>
Diffstat (limited to 'drivers/gpu/drm/i915')
-rw-r--r--drivers/gpu/drm/i915/gvt/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gvt/scheduler.c b/drivers/gpu/drm/i915/gvt/scheduler.c
index 7ea68a75dc46..3fbcd9db65b9 100644
--- a/drivers/gpu/drm/i915/gvt/scheduler.c
+++ b/drivers/gpu/drm/i915/gvt/scheduler.c
@@ -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)