]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/i915/gvt: remove a redundant end of line in debug log
authorChangbin Du <changbin.du@intel.com>
Thu, 9 Feb 2017 02:13:16 +0000 (10:13 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Thu, 9 Feb 2017 06:13:30 +0000 (14:13 +0800)
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>
drivers/gpu/drm/i915/gvt/scheduler.c

index 7ea68a75dc4676b0074c6340ec29b698e2181e4a..3fbcd9db65b9a8470c4d5fb9e6896d25e7c9a2be 100644 (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)