Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156285
b: refs/heads/master
c: fee280d
h: refs/heads/master
i:
  156283: 2e5e4a5
v: v3
  • Loading branch information
Thomas Hellstrom authored and Dave Airlie committed Aug 4, 2009
1 parent 1bae66a commit 6ca05ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9b7fb54f0a51e587fa09be3a85666b43d36a850
refs/heads/master: fee280d3fd9bc5247bef9f4ab35a4693bfffdcfd
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/ttm/ttm_bo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,10 @@ int ttm_bo_wait(struct ttm_buffer_object *bo,
driver->sync_obj_unref(&sync_obj);
driver->sync_obj_unref(&tmp_obj);
spin_lock(&bo->lock);
} else {
spin_unlock(&bo->lock);
driver->sync_obj_unref(&sync_obj);
spin_lock(&bo->lock);
}
}
return 0;
Expand Down

0 comments on commit 6ca05ad

Please sign in to comment.