Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303706
b: refs/heads/master
c: b5f5bfe
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 999b2f6 commit 23c04c0
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 3879e3049fd0f4e6de823ea531ecaf268ad607c7
refs/heads/master: b5f5bfe05625ab4ebc27616cdf06d81623a37617
8 changes: 4 additions & 4 deletions trunk/drivers/usb/host/oxu210hp-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,8 +1399,8 @@ static struct ehci_qh *qh_make(struct oxu_hcd *oxu,
* But interval 1 scheduling is simpler, and
* includes high bandwidth.
*/
dbg("intr period %d uframes, NYET!",
urb->interval);
oxu_dbg(oxu, "intr period %d uframes, NYET!\n",
urb->interval);
goto done;
}
} else {
Expand Down Expand Up @@ -1471,7 +1471,7 @@ static struct ehci_qh *qh_make(struct oxu_hcd *oxu,
}
break;
default:
dbg("bogus dev %p speed %d", urb->dev, urb->dev->speed);
oxu_dbg(oxu, "bogus dev %p speed %d\n", urb->dev, urb->dev->speed);
done:
qh_put(qh);
return NULL;
Expand Down Expand Up @@ -2307,7 +2307,7 @@ static void scan_periodic(struct oxu_hcd *oxu)
qh_put(temp.qh);
break;
default:
dbg("corrupt type %d frame %d shadow %p",
oxu_dbg(oxu, "corrupt type %d frame %d shadow %p\n",
type, frame, q.ptr);
q.ptr = NULL;
}
Expand Down

0 comments on commit 23c04c0

Please sign in to comment.