Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132064
b: refs/heads/master
c: aa2d0b8
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Dan Williams committed Mar 4, 2009
1 parent f597ce0 commit caf621f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 5de22343b2303b278ab562e5d166ffe306566d30
refs/heads/master: aa2d0b8b97efa1033609ca89b9faa5d3a1232959
5 changes: 2 additions & 3 deletions trunk/drivers/dma/ioat_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1171,9 +1171,8 @@ static void ioat_dma_memcpy_cleanup(struct ioat_dma_chan *ioat_chan)
* up if the client is done with the descriptor
*/
if (async_tx_test_ack(&desc->async_tx)) {
list_del(&desc->node);
list_add_tail(&desc->node,
&ioat_chan->free_desc);
list_move_tail(&desc->node,
&ioat_chan->free_desc);
} else
desc->async_tx.cookie = 0;
} else {
Expand Down

0 comments on commit caf621f

Please sign in to comment.