Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298454
b: refs/heads/master
c: 21dcda6
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Mar 28, 2012
1 parent 80d1eac commit 496912f
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: 09e79d6ea65d66e0a5e9ba76865320e74832dc7c
refs/heads/master: 21dcda6083a0573686acabca39b3f92ba032d333
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/f_phonet.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static void pn_rx_complete(struct usb_ep *ep, struct usb_request *req)
}

skb_add_rx_frag(skb, skb_shinfo(skb)->nr_frags, page,
skb->len <= 1, req->actual, req->actual);
skb->len <= 1, req->actual, PAGE_SIZE);
page = NULL;

if (req->actual < req->length) { /* Last fragment */
Expand Down

0 comments on commit 496912f

Please sign in to comment.