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: Changbin Du <changbin.du@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
This commit is contained in:
Changbin Du 2017-02-09 10:13:15 +08:00 committed by Zhenyu Wang
parent 5bf63fb40e
commit 6e3745cea7

View File

@ -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;
} }