提交 6e3745ce 编写于 作者: C Changbin Du 提交者: Zhenyu Wang

drm/i915/gvt: remove a noisy unimportant log in sched_policy

Remove below unimportant log which is too noisy.
  'no current vgpu search from q head'
Signed-off-by: NChangbin Du <changbin.du@intel.com>
Signed-off-by: NZhenyu Wang <zhenyuw@linux.intel.com>
上级 5bf63fb4
...@@ -125,7 +125,6 @@ static void tbs_sched_func(struct work_struct *work) ...@@ -125,7 +125,6 @@ static void tbs_sched_func(struct work_struct *work)
vgpu_data = scheduler->current_vgpu->sched_data; vgpu_data = scheduler->current_vgpu->sched_data;
head = &vgpu_data->list; head = &vgpu_data->list;
} else { } else {
gvt_dbg_sched("no current vgpu search from q head\n");
head = &sched_data->runq_head; head = &sched_data->runq_head;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册