Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235342
b: refs/heads/master
c: 108be95
h: refs/heads/master
v: v3
  • Loading branch information
Yusuke Goda authored and Greg Kroah-Hartman committed Feb 25, 2011
1 parent 1b73757 commit 5e66ba4
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: 294d95f2cbc2aef5346258f216cd9df570e271a5
refs/heads/master: 108be95f9ffc53660c9a35b5ceef94121b1e23c4
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/m66592-udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static int pipe_buffer_setting(struct m66592 *m66592,
break;
case M66592_BULK:
/* isochronous pipes may be used as bulk pipes */
if (info->pipe > M66592_BASE_PIPENUM_BULK)
if (info->pipe >= M66592_BASE_PIPENUM_BULK)
bufnum = info->pipe - M66592_BASE_PIPENUM_BULK;
else
bufnum = info->pipe - M66592_BASE_PIPENUM_ISOC;
Expand Down

0 comments on commit 5e66ba4

Please sign in to comment.