Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22063
b: refs/heads/master
c: 1393adb
h: refs/heads/master
i:
  22061: b697e3b
  22059: c5b3003
  22055: 74f7d25
  22047: 53d5c54
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Mar 20, 2006
1 parent 0c7b882 commit a0b49ba
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: dbf4fcad62467ce1bd6966292b6850fc7a210e0b
refs/heads/master: 1393adb2ebb00a2cd54b293cd7ee71e3376f4e9f
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/uhci-q.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ static void uhci_fixup_toggles(struct uhci_qh *qh, int skip_first)
/* Fix up the toggle for the URBs in the queue. Normally this
* loop won't run more than once: When an error or short transfer
* occurs, the queue usually gets emptied. */
list_prepare_entry(urbp, &qh->queue, node);
urbp = list_prepare_entry(urbp, &qh->queue, node);
list_for_each_entry_continue(urbp, &qh->queue, node) {

/* If the first TD has the right toggle value, we don't
Expand Down

0 comments on commit a0b49ba

Please sign in to comment.