Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118655
b: refs/heads/master
c: 12ccea2
h: refs/heads/master
i:
  118653: 83d081a
  118651: f1db444
  118647: 3367214
  118639: c06db39
  118623: 587f330
  118591: 261e0d0
  118527: 99e8964
v: v3
  • Loading branch information
Maciej Sosnowski authored and David S. Miller committed Nov 10, 2008
1 parent b9cb8a3 commit 2566102
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: c2c0b4c5434c0a25f7f7796b29155d53805909f5
refs/heads/master: 12ccea24e309d815d058cdc6ee8bf2c4b85f0c5f
4 changes: 2 additions & 2 deletions trunk/drivers/dma/ioat_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static dma_cookie_t ioat1_tx_submit(struct dma_async_tx_descriptor *tx)
}

hw->ctl = IOAT_DMA_DESCRIPTOR_CTL_CP_STS;
if (new->async_tx.callback) {
if (first->async_tx.callback) {
hw->ctl |= IOAT_DMA_DESCRIPTOR_CTL_INT_GN;
if (first != new) {
/* move callback into to last desc */
Expand Down Expand Up @@ -617,7 +617,7 @@ static dma_cookie_t ioat2_tx_submit(struct dma_async_tx_descriptor *tx)
}

hw->ctl |= IOAT_DMA_DESCRIPTOR_CTL_CP_STS;
if (new->async_tx.callback) {
if (first->async_tx.callback) {
hw->ctl |= IOAT_DMA_DESCRIPTOR_CTL_INT_GN;
if (first != new) {
/* move callback into to last desc */
Expand Down

0 comments on commit 2566102

Please sign in to comment.