Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286110
b: refs/heads/master
c: 55ba4e5
h: refs/heads/master
v: v3
  • Loading branch information
Vinod Koul committed Nov 17, 2011
1 parent 074dbcd commit 8d78a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8341544c9d95610f86b560333c7b22dd1096ca4f
refs/heads/master: 55ba4e5ed4ac57b60fe56acfd324f6a87123cc34
4 changes: 2 additions & 2 deletions trunk/drivers/usb/renesas_usbhs/fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,10 @@ static void usbhsf_dma_prepare_tasklet(unsigned long data)
struct dma_async_tx_descriptor *desc;
struct dma_chan *chan = usbhsf_dma_chan_get(fifo, pkt);
struct device *dev = usbhs_priv_to_dev(priv);
enum dma_data_direction dir;
enum dma_transfer_direction dir;
dma_cookie_t cookie;

dir = usbhs_pipe_is_dir_in(pipe) ? DMA_FROM_DEVICE : DMA_TO_DEVICE;
dir = usbhs_pipe_is_dir_in(pipe) ? DMA_DEV_TO_MEM : DMA_MEM_TO_DEV;

sg_init_table(&sg, 1);
sg_set_page(&sg, virt_to_page(pkt->dma),
Expand Down

0 comments on commit 8d78a67

Please sign in to comment.