Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9908
b: refs/heads/master
c: e9b765d
h: refs/heads/master
v: v3
  • Loading branch information
Olav Kongas authored and Linus Torvalds committed Oct 17, 2005
1 parent b20f644 commit 5d96324
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2cc78eb52bc1ae89f0a4fa5a00eb998dffde4a9f
refs/heads/master: e9b765decfb49ddc105d303d491e1bee9769436f
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/isp116x-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ static void postproc_atl_queue(struct isp116x *isp116x)
usb_settoggle(udev, ep->epnum,
ep->nextpid ==
USB_PID_OUT,
PTD_GET_TOGGLE(ptd) ^ 1);
PTD_GET_TOGGLE(ptd));
urb->actual_length += PTD_GET_COUNT(ptd);
urb->status = cc_to_error[TD_DATAUNDERRUN];
spin_unlock(&urb->lock);
continue;
Expand Down

0 comments on commit 5d96324

Please sign in to comment.