Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127292
b: refs/heads/master
c: ed0c772
h: refs/heads/master
v: v3
  • Loading branch information
Mark Lord authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent cdca439 commit 9bf393c
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: 2caf7fcdb8532045680f06b67b9e63f0c9613aaa
refs/heads/master: ed0c7720d23d5c82787e17cb02b28ca9eb11853d
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/devio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ static int get_urb32(struct usbdevfs_urb *kurb,
if (__get_user(uptr, &uurb->buffer))
return -EFAULT;
kurb->buffer = compat_ptr(uptr);
if (__get_user(uptr, &uurb->buffer))
if (__get_user(uptr, &uurb->usercontext))
return -EFAULT;
kurb->usercontext = compat_ptr(uptr);

Expand Down

0 comments on commit 9bf393c

Please sign in to comment.