Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151316
b: refs/heads/master
c: d1043a2
h: refs/heads/master
v: v3
  • Loading branch information
Anand Gadiyar authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent ebe0b89 commit e878895
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: ab983f2a1be582b00f706013f40f658769d0823a
refs/heads/master: d1043a2697effee3054451a9293a376bfb013e4b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musb_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static void txstate(struct musb *musb, struct musb_request *req)
/* setup DMA, then program endpoint CSR */
request_size = min(request->length,
musb_ep->dma->max_len);
if (request_size <= musb_ep->packet_sz)
if (request_size < musb_ep->packet_sz)
musb_ep->dma->desired_mode = 0;
else
musb_ep->dma->desired_mode = 1;
Expand Down

0 comments on commit e878895

Please sign in to comment.