Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364734
b: refs/heads/master
c: a5eaaa1
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Felipe Balbi committed Mar 18, 2013
1 parent 78d5b15 commit e706552
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: a33bb2120851407b5703343596d5c2181cfc75b4
refs/heads/master: a5eaaa1f33e771fa1651a4a7652b8a5f9fa7f6c1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/uvc_v4l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ uvc_send_response(struct uvc_device *uvc, struct uvc_request_data *data)
req->length = min_t(unsigned int, uvc->event_length, data->length);
req->zero = data->length < uvc->event_length;

memcpy(req->buf, data->data, data->length);
memcpy(req->buf, data->data, req->length);

return usb_ep_queue(cdev->gadget->ep0, req, GFP_KERNEL);
}
Expand Down

0 comments on commit e706552

Please sign in to comment.