Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64303
b: refs/heads/master
c: bdd203a
h: refs/heads/master
i:
  64301: 7e36afd
  64299: 15235dd
  64295: 1a7e8a3
  64287: d7198e9
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Aug 22, 2007
1 parent a814f52 commit 9bf477b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2f67cd5b1d5066d11761aebb0bf4b76bc253cc99
refs/heads/master: bdd203a002681d7b2e133e485573f43d41e4cf69
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ urb_print (struct urb * urb, char * str, int small)

#define ohci_dbg_sw(ohci, next, size, format, arg...) \
do { \
if (next) { \
if (next != NULL) { \
unsigned s_len; \
s_len = scnprintf (*next, *size, format, ## arg ); \
*size -= s_len; *next += s_len; \
Expand Down

0 comments on commit 9bf477b

Please sign in to comment.