Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164941
b: refs/heads/master
c: 6682bb3
h: refs/heads/master
i:
  164939: 28eb3f3
v: v3
  • Loading branch information
Sarah Sharp authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent 79025c8 commit 2a53ed8
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: 624defa12f304b4d11eda309bc207fa5a1900d0f
refs/heads/master: 6682bb39e111b34290e25c4d275c5bcf8bbccbe1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static int usb_parse_ss_endpoint_companion(struct device *ddev, int cfgno,
ep->ss_ep_comp->extralen = i;
buffer += i;
size -= i;
retval = buffer - buffer_start + i;
retval = buffer - buffer_start;
if (num_skipped > 0)
dev_dbg(ddev, "skipped %d descriptor%s after %s\n",
num_skipped, plural(num_skipped),
Expand Down

0 comments on commit 2a53ed8

Please sign in to comment.