Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254161
b: refs/heads/master
c: 8b1ab60
h: refs/heads/master
i:
  254159: 4444fdb
v: v3
  • Loading branch information
Arvid Brodin authored and Greg Kroah-Hartman committed Jun 27, 2011
1 parent a2bac20 commit fc3ba45
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: 95a2424ff9221624c3944f3732f6cfacbb522ae4
refs/heads/master: 8b1ab60c767f33d79894ef66037ef851a7a88fc8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/isp1760-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ static void kill_transfer(struct usb_hcd *hcd, struct urb *urb,

/* We need to forcefully reclaim the slot since some transfers never
return, e.g. interrupt transfers and NAKed bulk transfers. */
if (usb_pipebulk(urb->pipe)) {
if (usb_pipecontrol(urb->pipe) || usb_pipebulk(urb->pipe)) {
skip_map = reg_read32(hcd->regs, HC_ATL_PTD_SKIPMAP_REG);
skip_map |= (1 << qh->slot);
reg_write32(hcd->regs, HC_ATL_PTD_SKIPMAP_REG, skip_map);
Expand Down

0 comments on commit fc3ba45

Please sign in to comment.