Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265053
b: refs/heads/master
c: c439ef8
h: refs/heads/master
i:
  265051: 2a05733
v: v3
  • Loading branch information
Paul Zimmerman authored and Greg Kroah-Hartman committed Oct 4, 2011
1 parent 4553755 commit 1f066bd
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: 5275455a6e6ae6b57303834b0afd267bb9657ffc
refs/heads/master: c439ef87c33a1df30f528cb152151465c2529cac
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep,
static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep,
struct dwc3_trb_hw *trb)
{
u32 offset = trb - dep->trb_pool;
u32 offset = (char *) trb - (char *) dep->trb_pool;

return dep->trb_pool_dma + offset;
}
Expand Down

0 comments on commit 1f066bd

Please sign in to comment.