Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105055
b: refs/heads/master
c: 65bc3ff
h: refs/heads/master
i:
  105053: 43b6997
  105051: a60e1df
  105047: 4f9b767
  105039: 0744b43
  105023: 810b4c9
v: v3
  • Loading branch information
Dan Williams committed Jul 8, 2008
1 parent e7da90f commit 2adbe94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 51ee87f27a1d2c0e08492924f2fb0223c4c704d9
refs/heads/master: 65bc3ffe8c067e387fe5557bc3ea5071071f6af9
2 changes: 1 addition & 1 deletion trunk/crypto/async_tx/async_memset.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async_memset(struct page *dest, int val, unsigned int offset,
/* if ack is already set then we cannot be sure
* we are referring to the correct operation
*/
BUG_ON(depend_tx->ack);
BUG_ON(async_tx_test_ack(depend_tx));
if (dma_wait_for_async_tx(depend_tx) == DMA_ERROR)
panic("%s: DMA_ERROR waiting for depend_tx\n",
__func__);
Expand Down

0 comments on commit 2adbe94

Please sign in to comment.