Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326123
b: refs/heads/master
c: 17dcfc9
h: refs/heads/master
i:
  326121: 24a2113
  326119: fe74995
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Sep 21, 2012
1 parent 852829f commit 549302e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 0cb72e184ac4d83705147eee07ba978473b75015
refs/heads/master: 17dcfc9bd3dfb699e00205ec9d431b5a5cb00b34
6 changes: 2 additions & 4 deletions trunk/drivers/usb/host/ehci-dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,10 +653,8 @@ static ssize_t fill_periodic_buffer(struct debug_buffer *buf)
seen [seen_count++].qh = p.qh;
} else
temp = 0;
if (p.qh) {
tag = Q_NEXT_TYPE(ehci, hw->hw_next);
p = p.qh->qh_next;
}
tag = Q_NEXT_TYPE(ehci, hw->hw_next);
p = p.qh->qh_next;
break;
case Q_TYPE_FSTN:
temp = scnprintf (next, size,
Expand Down

0 comments on commit 549302e

Please sign in to comment.