Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358157
b: refs/heads/master
c: 979ee29
h: refs/heads/master
i:
  358155: 1f3dfdf
v: v3
  • Loading branch information
Maarten Lankhorst committed Jan 15, 2013
1 parent 83fcea0 commit bdee74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 42f6e3da974dc8ad81775110c8d06835acdf375e
refs/heads/master: 979ee290ff0a543352243145dc3654af5a856ab8
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ validate_init(struct nouveau_channel *chan, struct drm_file *file_priv,
int trycnt = 0;
int ret, i;

sequence = atomic_add_return(1, &drm->ttm.validate_sequence);
retry:
sequence = atomic_add_return(1, &drm->ttm.validate_sequence);
if (++trycnt > 100000) {
NV_ERROR(drm, "%s failed and gave up.\n", __func__);
return -EINVAL;
Expand Down

0 comments on commit bdee74b

Please sign in to comment.