Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307215
b: refs/heads/master
c: 2f6bfe1
h: refs/heads/master
i:
  307213: f360091
  307211: 9d2bcfd
  307207: 37263ff
  307199: 34b6bcc
v: v3
  • Loading branch information
Christian König authored and Dave Airlie committed May 3, 2012
1 parent 166abb7 commit 42b8779
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: 96050bca22f4fe6c8db175e02c8530a9720e5e9b
refs/heads/master: 2f6bfe116e691eacef1aa41e4986200b20d67a0a
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 @@ -286,7 +286,7 @@ int radeon_fence_wait_next(struct radeon_device *rdev, int ring)
}
if (list_empty(&rdev->fence_drv[ring].emitted)) {
write_unlock_irqrestore(&rdev->fence_lock, irq_flags);
return 0;
return -ENOENT;
}
fence = list_entry(rdev->fence_drv[ring].emitted.next,
struct radeon_fence, list);
Expand Down

0 comments on commit 42b8779

Please sign in to comment.