Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104971
b: refs/heads/master
c: 88af45b
h: refs/heads/master
i:
  104969: aa57a1f
  104967: 2225255
v: v3
  • Loading branch information
Jiri Kosina committed Jul 23, 2008
1 parent 99455fa commit 8cc6ffd
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: 979c407e3b89b606e810fa494ef316896eadbfad
refs/heads/master: 88af45bafdda8f892c9d45ce38d55fdf7e734513
2 changes: 1 addition & 1 deletion trunk/drivers/hid/usbhid/hiddev.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ static long hiddev_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
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, (unsigned long)compat_ptr(arg));
return hiddev_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
}
#endif

Expand Down

0 comments on commit 8cc6ffd

Please sign in to comment.