Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298914
b: refs/heads/master
c: 3d9ea9e
h: refs/heads/master
v: v3
  • Loading branch information
Don Morris authored and Dan Williams committed Mar 28, 2012
1 parent cee2074 commit 4a0ca94
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: 275029353953c2117941ade84f02a2303912fad1
refs/heads/master: 3d9ea9e3af048ab6b8dced15248384e548ba05ea
4 changes: 2 additions & 2 deletions trunk/drivers/dma/iop-adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1271,8 +1271,8 @@ iop_adma_pq_zero_sum_self_test(struct iop_adma_device *device)
struct page **pq_hw = &pq[IOP_ADMA_NUM_SRC_TEST+2];
/* address conversion buffers (dma_map / page_address) */
void *pq_sw[IOP_ADMA_NUM_SRC_TEST+2];
dma_addr_t pq_src[IOP_ADMA_NUM_SRC_TEST];
dma_addr_t pq_dest[2];
dma_addr_t pq_src[IOP_ADMA_NUM_SRC_TEST+2];
dma_addr_t *pq_dest = &pq_src[IOP_ADMA_NUM_SRC_TEST];

int i;
struct dma_async_tx_descriptor *tx;
Expand Down

0 comments on commit 4a0ca94

Please sign in to comment.