diff options
author | Changbin Du <changbin.du@intel.com> | 2017-02-09 03:13:16 +0100 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2017-02-09 07:13:30 +0100 |
commit | 3ce3274bff89c6ea5bed3f8f47abdbf672e216b2 (patch) | |
tree | 0414ed472485b761585d9a978fcab58a524f7b07 | |
parent | drm/i915/gvt: remove a noisy unimportant log in sched_policy (diff) | |
download | linux-3ce3274bff89c6ea5bed3f8f47abdbf672e216b2.tar.xz linux-3ce3274bff89c6ea5bed3f8f47abdbf672e216b2.zip |
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>
-rw-r--r-- | drivers/gpu/drm/i915/gvt/scheduler.c | 2 |
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) |