Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303703
b: refs/heads/master
c: b8a6f71
h: refs/heads/master
i:
  303701: 419dbab
  303699: 557ec4e
  303695: ef5aa8a
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 951a16a commit bf195a5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2d0fe1bbabbab34ef655bce21cb14814eda5916a
refs/heads/master: b8a6f71d7e3391d435535990cf5b5a86662115ef
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/ohci-dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ urb_print(struct urb * urb, char * str, int small, int status)
unsigned int pipe= urb->pipe;

if (!urb->dev || !urb->dev->bus) {
dbg("%s URB: no dev", str);
printk(KERN_DEBUG "%s URB: no dev\n", str);
return;
}

#ifndef OHCI_VERBOSE_DEBUG
if (status != 0)
#endif
dbg("%s %p dev=%d ep=%d%s-%s flags=%x len=%d/%d stat=%d",
printk(KERN_DEBUG "%s %p dev=%d ep=%d%s-%s flags=%x len=%d/%d stat=%d\n",
str,
urb,
usb_pipedevice (pipe),
Expand Down

0 comments on commit bf195a5

Please sign in to comment.