Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318689
b: refs/heads/master
c: 246fa34
h: refs/heads/master
i:
  318687: d905ecb
v: v3
  • Loading branch information
Christian König committed Jul 18, 2012
1 parent ffb7ba3 commit 91a7398
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: 29935554b384b1b3a7377d6f0b03b21d18a61683
refs/heads/master: 246fa345a1b72fddb9b2b81f32abd615a5d1c0af
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_fence.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ static int radeon_fence_wait_any_seq(struct radeon_device *rdev,

/* nothing to wait for ? */
if (ring == RADEON_NUM_RINGS) {
return 0;
return -ENOENT;
}

while (!radeon_fence_any_seq_signaled(rdev, target_seq)) {
Expand Down

0 comments on commit 91a7398

Please sign in to comment.