|
@@ -2356,7 +2356,8 @@ restart:
|
|
|
* 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;
|
|
@@ -2439,7 +2440,7 @@ restart:
|
|
|
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;
|