Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72992
b: refs/heads/master
c: d624284
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Oct 31, 2007
1 parent 5bea3a1 commit b95286b
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: df7bded75e6e0b14d79ba2a2d2f382f1014788cf
refs/heads/master: d624284b06f869dad87a70a8d0cad72fbf7527b9
2 changes: 1 addition & 1 deletion trunk/drivers/hid/usbhid/hiddev.c
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ static int hiddev_ioctl(struct inode *inode, struct file *file, unsigned int cmd
static long hiddev_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
{
struct inode *inode = file->f_path.dentry->d_inode;
return hiddev_ioctl(inode, file, cmd, compat_ptr(arg));
return hiddev_ioctl(inode, file, cmd, (unsigned long)compat_ptr(arg));
}
#endif

Expand Down

0 comments on commit b95286b

Please sign in to comment.