Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286135
b: refs/heads/master
c: 62268ce
h: refs/heads/master
i:
  286133: c722e75
  286131: 33658b8
  286127: 5302bcc
v: v3
  • Loading branch information
Shawn Guo authored and Vinod Koul committed Dec 23, 2011
1 parent 82d4925 commit 1c3f374
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 7ad7a345a4f17c08a1bb9bfdbb62f7793d84aa36
refs/heads/master: 62268ce9170c5466332c046ff6ddafcb67751502
2 changes: 1 addition & 1 deletion trunk/drivers/dma/mxs-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static struct dma_async_tx_descriptor *mxs_dma_prep_slave_sg(
idx = 0;
}

if (direction == DMA_NONE) {
if (direction == DMA_TRANS_NONE) {
ccw = &mxs_chan->ccw[idx++];
pio = (u32 *) sgl;

Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ enum dma_transfer_direction {
DMA_MEM_TO_DEV,
DMA_DEV_TO_MEM,
DMA_DEV_TO_DEV,
DMA_TRANS_NONE,
};

/**
Expand Down

0 comments on commit 1c3f374

Please sign in to comment.