Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275741
b: refs/heads/master
c: 596a1b7
h: refs/heads/master
i:
  275739: 253d4c3
v: v3
  • Loading branch information
David S. Miller committed Nov 17, 2011
1 parent 4897d61 commit d3eb12d
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: c4be3c2da1ab4344d3d5f63d6ec1952a3c6e635c
refs/heads/master: 596a1b746c56f974240c8df6d8e3a026c54266ff
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 @@ -346,7 +346,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 == 0, req->actual);
skb->len <= 1, req->actual);
page = NULL;

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

0 comments on commit d3eb12d

Please sign in to comment.