Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303702
b: refs/heads/master
c: 2d0fe1b
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 419dbab commit 951a16a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 82491c2a204494494016c6cd7b6f1bee7c3dfb77
refs/heads/master: 2d0fe1bbabbab34ef655bce21cb14814eda5916a
5 changes: 3 additions & 2 deletions trunk/drivers/usb/host/ehci-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2356,7 +2356,8 @@ scan_periodic (struct ehci_hcd *ehci)
* in the previous frame for completions.
*/
if (q.fstn->hw_prev != EHCI_LIST_END(ehci)) {
dbg ("ignoring completions from FSTNs");
ehci_dbg(ehci,
"ignoring completions from FSTNs\n");
}
type = Q_NEXT_TYPE(ehci, q.fstn->hw_next);
q = q.fstn->fstn_next;
Expand Down Expand Up @@ -2439,7 +2440,7 @@ scan_periodic (struct ehci_hcd *ehci)
q = *q_p;
break;
default:
dbg ("corrupt type %d frame %d shadow %p",
ehci_dbg(ehci, "corrupt type %d frame %d shadow %p\n",
type, frame, q.ptr);
// BUG ();
q.ptr = NULL;
Expand Down

0 comments on commit 951a16a

Please sign in to comment.