Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36440
b: refs/heads/master
c: 997694d
h: refs/heads/master
v: v3
  • Loading branch information
Skip Hansen authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent ae23f0b commit 26379ca
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: 53bd6a601a87bb6d0df844872bc15fd4e8d127ce
refs/heads/master: 997694defd085f4dd168c6e7e0e82382c5be9db4
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ ep0_read (struct file *fd, char __user *buf, size_t len, loff_t *ptr)
else {
len = min (len, (size_t)dev->req->actual);
// FIXME don't call this with the spinlock held ...
if (copy_to_user (buf, &dev->req->buf, len))
if (copy_to_user (buf, dev->req->buf, len))
retval = -EFAULT;
clean_req (dev->gadget->ep0, dev->req);
/* NOTE userspace can't yet choose to stall */
Expand Down

0 comments on commit 26379ca

Please sign in to comment.