Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209894
b: refs/heads/master
c: a1669b2
h: refs/heads/master
v: v3
  • Loading branch information
John Youn authored and Greg Kroah-Hartman committed Aug 24, 2010
1 parent bff460c commit 7f0c48c
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: 666cc076d284e32d11bfc5ea2fbfc50434cff051
refs/heads/master: a1669b2c64a9c8b031e0ac5cbf2692337a577f7c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/xhci-ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static void next_trb(struct xhci_hcd *xhci,
*seg = (*seg)->next;
*trb = ((*seg)->trbs);
} else {
*trb = (*trb)++;
(*trb)++;
}
}

Expand Down

0 comments on commit 7f0c48c

Please sign in to comment.