Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208055
b: refs/heads/master
c: c9a64ea
h: refs/heads/master
i:
  208053: 156a080
  208051: 2dc9ae5
  208047: 6f4ced7
v: v3
  • Loading branch information
Ben Dooks authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent cbaaeaf commit 2fbbd8b
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: 03e10e5ab5ba6511ddaf80085cf08c62e9336fa5
refs/heads/master: c9a64ea884b8b40d70077ffe1e93081f2190f072
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ static void s3c_hsotg_epint(struct s3c_hsotg *hsotg, unsigned int idx,
if (dir_in) {
s3c_hsotg_complete_in(hsotg, hs_ep);

if (idx == 0)
if (idx == 0 && !hs_ep->req)
s3c_hsotg_enqueue_setup(hsotg);
} else if (using_dma(hsotg)) {
/* We're using DMA, we need to fire an OutDone here
Expand Down

0 comments on commit 2fbbd8b

Please sign in to comment.