Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195424
b: refs/heads/master
c: 88e3b59
h: refs/heads/master
v: v3
  • Loading branch information
Dinh Nguyen authored and Greg Kroah-Hartman committed May 20, 2010
1 parent babe2f7 commit 7acd969
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: 97dc7c61f1a25e906c0eb65fac2573e1ce063d63
refs/heads/master: 88e3b59b5adce5b12e205af0e34d518ba0dcdc0c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/fsl_udc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ static int fsl_ep_enable(struct usb_ep *_ep,
case USB_ENDPOINT_XFER_ISOC:
/* Calculate transactions needed for high bandwidth iso */
mult = (unsigned char)(1 + ((max >> 11) & 0x03));
max = max & 0x8ff; /* bit 0~10 */
max = max & 0x7ff; /* bit 0~10 */
/* 3 transactions at most */
if (mult > 3)
goto en_done;
Expand Down

0 comments on commit 7acd969

Please sign in to comment.