Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190719
b: refs/heads/master
c: 5be6eff
h: refs/heads/master
i:
  190717: 5cf0a10
  190715: 636d38c
  190711: 301dd41
  190703: c95fa66
  190687: 8256890
  190655: 317f971
  190591: 815f529
  190463: 9fa46ea
v: v3
  • Loading branch information
Thomas Hellstrom authored and Dave Airlie committed May 6, 2010
1 parent 2def908 commit a5575fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4fa07bf146aaee1e8409d35ab08624041c2e3867
refs/heads/master: 5be6eff965aee22181d7f6210c2c463420e94e03
5 changes: 1 addition & 4 deletions trunk/drivers/gpu/drm/ttm/ttm_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ static int __ttm_vt_unlock(struct ttm_lock *lock)
lock->flags &= ~TTM_VT_LOCK;
wake_up_all(&lock->queue);
spin_unlock(&lock->lock);
printk(KERN_INFO TTM_PFX "vt unlock.\n");

return ret;
}
Expand Down Expand Up @@ -265,10 +264,8 @@ int ttm_vt_lock(struct ttm_lock *lock,
ttm_lock_type, &ttm_vt_lock_remove, NULL);
if (ret)
(void)__ttm_vt_unlock(lock);
else {
else
lock->vt_holder = tfile;
printk(KERN_INFO TTM_PFX "vt lock.\n");
}

return ret;
}
Expand Down

0 comments on commit a5575fc

Please sign in to comment.