Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361251
b: refs/heads/master
c: fddedd8
h: refs/heads/master
i:
  361249: bb60b3a
  361247: 689fbb4
v: v3
  • Loading branch information
Dan Carpenter authored and Felipe Balbi committed Mar 4, 2013
1 parent 707deb7 commit 098adad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 57ae575b8a51fd98c9b0066c6c030d5ccce3d77d
refs/heads/master: fddedd8334d8b4ac6374894d5eed237d18ce1afb
1 change: 1 addition & 0 deletions trunk/drivers/usb/gadget/f_uac1.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ static int audio_get_intf_req(struct usb_function *f,

req->context = audio;
req->complete = f_audio_complete;
len = min_t(size_t, sizeof(value), len);
memcpy(req->buf, &value, len);

return len;
Expand Down

0 comments on commit 098adad

Please sign in to comment.