mirror of https://gitee.com/openkylin/linux.git
drm/msm: drop unnecessary set_need_resched()
This was inherited from i915/udl, and not actually needed. Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
aea6a64c38
commit
7e60353a1f
|
@ -159,7 +159,6 @@ int msm_gem_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
|
|||
out:
|
||||
switch (ret) {
|
||||
case -EAGAIN:
|
||||
set_need_resched();
|
||||
case 0:
|
||||
case -ERESTARTSYS:
|
||||
case -EINTR:
|
||||
|
|
Loading…
Reference in New Issue