Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86758
b: refs/heads/master
c: 6497dcf
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams committed Mar 4, 2008
1 parent 07a368d commit b75c7ae
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ec8670f1f795badedaa056a3a3245b9b82201747
refs/heads/master: 6497dcffe07b7c3d863f9899280c4f6eae999161
2 changes: 2 additions & 0 deletions trunk/drivers/dma/ioat_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ static struct dma_async_tx_descriptor *ioat1_dma_prep_memcpy(
new->len = len;
new->dst = dma_dest;
new->src = dma_src;
new->async_tx.ack = 0;
return &new->async_tx;
} else
return NULL;
Expand Down Expand Up @@ -741,6 +742,7 @@ static struct dma_async_tx_descriptor *ioat2_dma_prep_memcpy(
new->len = len;
new->dst = dma_dest;
new->src = dma_src;
new->async_tx.ack = 0;
return &new->async_tx;
} else
return NULL;
Expand Down

0 comments on commit b75c7ae

Please sign in to comment.