Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115765
b: refs/heads/master
c: 3c4bb71
h: refs/heads/master
i:
  115763: 8d412af
v: v3
  • Loading branch information
Ming Lei authored and Greg Kroah-Hartman committed Oct 17, 2008
1 parent cc05698 commit 0b47b6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 3c04e20ea95f9a8555456000e0ff340bdc46dea8
refs/heads/master: 3c4bb71f96c69ef3c81fda108c96b633a2000de2
8 changes: 5 additions & 3 deletions trunk/drivers/usb/host/ehci-dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,14 +569,16 @@ static ssize_t fill_periodic_buffer(struct debug_buffer *buf)
for (temp = 0; temp < seen_count; temp++) {
if (seen [temp].ptr != p.ptr)
continue;
if (p.qh->qh_next.ptr)
if (p.qh->qh_next.ptr) {
temp = scnprintf (next, size,
" ...");
p.ptr = NULL;
size -= temp;
next += temp;
}
break;
}
/* show more info the first time around */
if (temp == seen_count && p.ptr) {
if (temp == seen_count) {
u32 scratch = hc32_to_cpup(ehci,
&p.qh->hw_info1);
struct ehci_qtd *qtd;
Expand Down

0 comments on commit 0b47b6b

Please sign in to comment.