Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168863
b: refs/heads/master
c: 49954c1
h: refs/heads/master
i:
  168861: 38d0400
  168859: fd9861c
  168855: 00d17ce
  168847: 81e54cb
  168831: ccaaac7
v: v3
  • Loading branch information
Dan Williams committed Nov 20, 2009
1 parent d6e5dae commit 8685233
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: 7b3cc2b1fc2066391e498f3387204908c4eced21
refs/heads/master: 49954c1567cb0d70d28bb5512d471dc5bd4e2c3f
4 changes: 2 additions & 2 deletions trunk/drivers/dma/ioat/dma_v3.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ __ioat3_prep_xor_lock(struct dma_chan *c, enum sum_check_flags *result,
dump_desc_dbg(ioat, compl_desc);

/* we leave the channel locked to ensure in order submission */
return &desc->txd;
return &compl_desc->txd;
}

static struct dma_async_tx_descriptor *
Expand Down Expand Up @@ -730,7 +730,7 @@ __ioat3_prep_pq_lock(struct dma_chan *c, enum sum_check_flags *result,
dump_desc_dbg(ioat, compl_desc);

/* we leave the channel locked to ensure in order submission */
return &desc->txd;
return &compl_desc->txd;
}

static struct dma_async_tx_descriptor *
Expand Down

0 comments on commit 8685233

Please sign in to comment.