Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190572
b: refs/heads/master
c: 22fb573
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Dave Airlie committed Apr 28, 2010
1 parent 298ebce commit c955e52
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: ccb2ad579f910e6146adf4eb3aa50325253ee8c9
refs/heads/master: 22fb573affe51845622c4763653f60e130f80586
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/via/via_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int via_decoder_futex(struct drm_device *dev, void *data, struct drm_file *file_

DRM_DEBUG("\n");

if (fx->lock > VIA_NR_XVMC_LOCKS)
if (fx->lock >= VIA_NR_XVMC_LOCKS)
return -EFAULT;

lock = (volatile int *)XVMCLOCKPTR(sAPriv, fx->lock);
Expand Down

0 comments on commit c955e52

Please sign in to comment.