Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264961
b: refs/heads/master
c: f198ead
h: refs/heads/master
i:
  264959: 5257f87
v: v3
  • Loading branch information
Felipe Balbi committed Sep 9, 2011
1 parent 3b81f49 commit 1e464a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c611ccb48ac9b95e35741b43d018a2f6ed74c0e6
refs/heads/master: f198ead21bcb7b03d7bb2cba7ba0f5ad615a3862
1 change: 1 addition & 0 deletions trunk/drivers/usb/dwc3/gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ void dwc3_unmap_buffer_from_dma(struct dwc3_request *req)
req->request.length, req->direction
? DMA_TO_DEVICE : DMA_FROM_DEVICE);
req->mapped = 0;
req->request.dma = DMA_ADDR_INVALID;
} else {
dma_sync_single_for_cpu(dwc->dev, req->request.dma,
req->request.length, req->direction
Expand Down

0 comments on commit 1e464a0

Please sign in to comment.