Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e3745ce authored by Changbin Du's avatar Changbin Du Committed by Zhenyu Wang
Browse files

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: default avatarChangbin Du <changbin.du@intel.com>
Signed-off-by: default avatarZhenyu Wang <zhenyuw@linux.intel.com>
parent 5bf63fb4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -125,7 +125,6 @@ static void tbs_sched_func(struct work_struct *work)
		vgpu_data = scheduler->current_vgpu->sched_data;
		head = &vgpu_data->list;
	} else {
		gvt_dbg_sched("no current vgpu search from q head\n");
		head = &sched_data->runq_head;
	}