Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303701
b: refs/heads/master
c: 82491c2
h: refs/heads/master
i:
  303699: 557ec4e
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 3fd9761 commit 419dbab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 079d440e103da3ef39b2c8451b66780aa41fd34d
refs/heads/master: 82491c2a204494494016c6cd7b6f1bee7c3dfb77
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ehci-q.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,8 @@ qh_make (
}
break;
default:
dbg ("bogus dev %p speed %d", urb->dev, urb->dev->speed);
ehci_dbg(ehci, "bogus dev %p speed %d\n", urb->dev,
urb->dev->speed);
done:
qh_put (qh);
return NULL;
Expand Down

0 comments on commit 419dbab

Please sign in to comment.