Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174669
b: refs/heads/master
c: 2e7b6f7
h: refs/heads/master
i:
  174667: aefc0ba
v: v3
  • Loading branch information
Dave Airlie committed Dec 10, 2009
1 parent fdb8911 commit 406f26d
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: 5cc6fbab9da5680e7e5d2507d0f0c2c52ff18031
refs/heads/master: 2e7b6f7fa62d92d941c626f8ae45f5cd75a52d55
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 @@ -197,7 +197,7 @@ int radeon_fence_wait(struct radeon_fence *fence, bool intr)
r = wait_event_interruptible_timeout(rdev->fence_drv.queue,
radeon_fence_signaled(fence), timeout);
radeon_irq_kms_sw_irq_put(rdev);
if (unlikely(r != 0))
if (unlikely(r < 0))
return r;
} else {
radeon_irq_kms_sw_irq_get(rdev);
Expand Down

0 comments on commit 406f26d

Please sign in to comment.