Skip to content

Commit 7e60353

Browse files
committed
drm/msm: drop unnecessary set_need_resched()
This was inherited from i915/udl, and not actually needed. Signed-off-by: Rob Clark <[email protected]>
1 parent aea6a64 commit 7e60353

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/msm/msm_gem.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ int msm_gem_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
159159
out:
160160
switch (ret) {
161161
case -EAGAIN:
162-
set_need_resched();
163162
case 0:
164163
case -ERESTARTSYS:
165164
case -EINTR:

0 commit comments

Comments
 (0)