Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275736
b: refs/heads/master
c: 38ff1ed
h: refs/heads/master
v: v3
  • Loading branch information
Rémi Denis-Courmont authored and David S. Miller committed Nov 17, 2011
1 parent 4ee7dde commit b366793
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: 102463b18d922dd55c29fbfa222e0355ecf3e42f
refs/heads/master: 38ff1edb52f737d490126728e3d5ba2b8d2f3ba0
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 b366793

Please sign in to comment.