Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6487
b: refs/heads/master
c: c73681e
h: refs/heads/master
i:
  6485: 78a4cdd
  6483: b93424f
  6479: c189d4e
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Aug 5, 2005
1 parent d7114f3 commit 8f5f6b2
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: 24d109422787119337cd83732feef930d6a23f5c
refs/heads/master: c73681e77b40697d16ada777adf2c6dc4db05917
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ int drm_resctx( struct inode *inode, struct file *filp,
for ( i = 0 ; i < DRM_RESERVED_CONTEXTS ; i++ ) {
ctx.handle = i;
if ( copy_to_user( &res.contexts[i],
&i, sizeof(i) ) )
&ctx, sizeof(ctx) ) )
return -EFAULT;
}
}
Expand Down

0 comments on commit 8f5f6b2

Please sign in to comment.