Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12140
b: refs/heads/master
c: 13e4a9c
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Sep 25, 2005
1 parent bd8f3a1 commit 29a9123
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: b5e89ed53ed8d24f83ba1941c07382af00ed238e
refs/heads/master: 13e4a9c85152a49ec10e682308581ab13b437470
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_bufs.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ int drm_addmap_ioctl(struct inode *inode, struct file *filp,

if (copy_to_user(argp, maplist->map, sizeof(drm_map_t)))
return -EFAULT;
if (put_user(maplist->user_token, &argp->handle))
if (put_user((void *)maplist->user_token, &argp->handle))
return -EFAULT;
return 0;
}
Expand Down

0 comments on commit 29a9123

Please sign in to comment.