Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233116
b: refs/heads/master
c: 6d86d52
h: refs/heads/master
v: v3
  • Loading branch information
Yusuke Goda authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 9d4aa97 commit 6ed0494
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: 6ec2f46c4b4abf48c88c0ae7c476f347b97e1105
refs/heads/master: 6d86d52a33cfe6338efd007cfcca895b18c1d84b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/r8a66597-udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static int pipe_buffer_setting(struct r8a66597 *r8a66597,
break;
case R8A66597_BULK:
/* isochronous pipes may be used as bulk pipes */
if (info->pipe > R8A66597_BASE_PIPENUM_BULK)
if (info->pipe >= R8A66597_BASE_PIPENUM_BULK)
bufnum = info->pipe - R8A66597_BASE_PIPENUM_BULK;
else
bufnum = info->pipe - R8A66597_BASE_PIPENUM_ISOC;
Expand Down

0 comments on commit 6ed0494

Please sign in to comment.