]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/i915/gvt: remove a noisy unimportant log in sched_policy
authorChangbin Du <changbin.du@intel.com>
Thu, 9 Feb 2017 02:13:15 +0000 (10:13 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Thu, 9 Feb 2017 06:13:30 +0000 (14:13 +0800)
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>
drivers/gpu/drm/i915/gvt/sched_policy.c

index 678b0be853763ab4b0381a9a4f25880ea075c7a3..06c9584ac5f0333c28d628d797686b82d8f82806 100644 (file)
@@ -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;
        }