Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104972
b: refs/heads/master
c: 00b3327
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Jul 23, 2008
1 parent 8cc6ffd commit 63ae87c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 88af45bafdda8f892c9d45ce38d55fdf7e734513
refs/heads/master: 00b33277fa544676250d898fccea0a0255608e7f
1 change: 0 additions & 1 deletion trunk/drivers/hid/usbhid/hiddev.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ static long hiddev_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
#ifdef CONFIG_COMPAT
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(file, cmd, (unsigned long)compat_ptr(arg));
}
#endif
Expand Down

0 comments on commit 63ae87c

Please sign in to comment.