Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208049
b: refs/heads/master
c: 6d091ee
h: refs/heads/master
i:
  208047: 6f4ced7
v: v3
  • Loading branch information
Ben Dooks authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent a01b101 commit b72480f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 76be932af17ddebac1b4e3dd2565a0519eaa29ce
refs/heads/master: 6d091ee761992f804a1dcd411836ad0abb71be10
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ static void s3c_hsotg_init_fifo(struct s3c_hsotg *hsotg)
hsotg->regs + S3C_GNPTXFSIZ);
*/

/* set FIFO sizes to 2048/0x1C0 */
/* set FIFO sizes to 2048/1024 */

writel(2048, hsotg->regs + S3C_GRXFSIZ);
writel(S3C_GNPTXFSIZ_NPTxFStAddr(2048) |
S3C_GNPTXFSIZ_NPTxFDep(0x1C0),
S3C_GNPTXFSIZ_NPTxFDep(1024),
hsotg->regs + S3C_GNPTXFSIZ);

/* arange all the rest of the TX FIFOs, as some versions of this
Expand Down

0 comments on commit b72480f

Please sign in to comment.