summaryrefslogtreecommitdiff
path: root/crypto/async_tx/async_xor.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-03-20 14:23:42 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-03-20 14:23:42 +1100
commit91e6ee4dd60082b174d102370c21a5813f30e21f (patch)
tree102a015f6240fc459d25c38687c0aa7c4a640f7c /crypto/async_tx/async_xor.c
parent4c8bf51d167b3bb54e393d887463e7313db25f56 (diff)
Revert "dmaengine: ack to flags: make use of the unused bits in the 'ack' field"
This reverts commit 9974693221954ef1019f87d32ae26a0757d2ee85.
Diffstat (limited to 'crypto/async_tx/async_xor.c')
-rw-r--r--crypto/async_tx/async_xor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/async_tx/async_xor.c b/crypto/async_tx/async_xor.c
index 3a0dddca5a10..1c445c7bdab7 100644
--- a/crypto/async_tx/async_xor.c
+++ b/crypto/async_tx/async_xor.c
@@ -191,7 +191,7 @@ async_xor(struct page *dest, struct page **src_list, unsigned int offset,
/* if ack is already set then we cannot be sure
* we are referring to the correct operation
*/
- BUG_ON(async_tx_test_ack(depend_tx));
+ BUG_ON(depend_tx->ack);
if (dma_wait_for_async_tx(depend_tx) ==
DMA_ERROR)
panic("%s: DMA_ERROR waiting for "