Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185758
b: refs/heads/master
c: 67b9124
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams committed Mar 1, 2010
1 parent a2f9433 commit c30eec7
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: 94de648d72c8bc833590523f22386d4babbea988
refs/heads/master: 67b9124f734b22b30d9adf18c39fe795e2901070
2 changes: 1 addition & 1 deletion trunk/drivers/dma/dmatest.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static int dmatest_func(void *data)
else if (thread->type == DMA_XOR)
tx = dev->device_prep_dma_xor(chan,
dma_dsts[0] + dst_off,
dma_srcs, xor_sources,
dma_srcs, src_cnt,
len, flags);
else if (thread->type == DMA_PQ) {
dma_addr_t dma_pq[dst_cnt];
Expand Down

0 comments on commit c30eec7

Please sign in to comment.