Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67853
b: refs/heads/master
c: e39ab59
h: refs/heads/master
i:
  67851: 3fefc2a
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 8e992d3 commit df56ea9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 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: f311cf58bd04adc683067f8d66daa5925b80f082
refs/heads/master: e39ab592f182cd0be48acc4ad49f93ef4100017c
6 changes: 0 additions & 6 deletions trunk/drivers/usb/host/isp116x-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,12 +815,6 @@ static int isp116x_urb_enqueue(struct usb_hcd *hcd,
}
}

/* in case of unlink-during-submit */
if (urb->status != -EINPROGRESS) {
finish_request(isp116x, ep, urb);
ret = 0;
goto fail;
}
urb->hcpriv = hep;
start_atl_transfers(isp116x);

Expand Down
10 changes: 0 additions & 10 deletions trunk/drivers/usb/host/sl811-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,17 +957,7 @@ static int sl811h_urb_enqueue(
sofirq_on(sl811);
}

/* in case of unlink-during-submit */
spin_lock(&urb->lock);
if (urb->status != -EINPROGRESS) {
spin_unlock(&urb->lock);
finish_request(sl811, ep, urb, 0);
retval = 0;
goto fail;
}
urb->hcpriv = hep;
spin_unlock(&urb->lock);

start_transfer(sl811);
sl811_write(sl811, SL11H_IRQ_ENABLE, sl811->irq_enable);
fail:
Expand Down

0 comments on commit df56ea9

Please sign in to comment.