Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307214
b: refs/heads/master
c: 96050bc
h: refs/heads/master
v: v3
  • Loading branch information
Christian König authored and Dave Airlie committed May 3, 2012
1 parent f360091 commit 166abb7
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: 36abacaed34bc1f5bcb11ca611dd3a06c5c0ef39
refs/heads/master: 96050bca22f4fe6c8db175e02c8530a9720e5e9b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int radeon_sa_bo_new(struct radeon_device *rdev,
offset = 0;
list_for_each_entry(tmp, &sa_manager->sa_bo, list) {
/* room before this object ? */
if ((tmp->offset - offset) >= size) {
if (offset < tmp->offset && (tmp->offset - offset) >= size) {
head = tmp->list.prev;
goto out;
}
Expand Down

0 comments on commit 166abb7

Please sign in to comment.