projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3745c
)
drm/i915/gvt: remove a redundant end of line in debug log
author
Changbin Du
<changbin.du@intel.com>
Thu, 9 Feb 2017 02:13:16 +0000
(10:13 +0800)
committer
Zhenyu 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gvt/scheduler.c
b/drivers/gpu/drm/i915/gvt/scheduler.c
index
7ea68a7
..
3fbcd9d
100644
(file)
--- 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)