Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257939
b: refs/heads/master
c: 602dba5
h: refs/heads/master
i:
  257937: 4a7a1cb
  257935: 73280f5
v: v3
  • Loading branch information
Kim Phillips authored and Herbert Xu committed Jul 15, 2011
1 parent 0ceb979 commit f992ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5228f0f79e983c2b39c202c75af901ceb0003fc1
refs/heads/master: 602dba5a81790375f364e484cbc439f17157752e
6 changes: 3 additions & 3 deletions trunk/drivers/crypto/talitos.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@ static int talitos_submit(struct device *dev, int ch, struct talitos_desc *desc,
unsigned long flags;
int head;

/* select done notification */
desc->hdr |= DESC_HDR_DONE_NOTIFY;

spin_lock_irqsave(&priv->chan[ch].head_lock, flags);

if (!atomic_inc_not_zero(&priv->chan[ch].submit_count)) {
Expand Down Expand Up @@ -2264,6 +2261,9 @@ static int talitos_cra_init(struct crypto_tfm *tfm)
/* copy descriptor header template value */
ctx->desc_hdr_template = talitos_alg->algt.desc_hdr_template;

/* select done notification */
ctx->desc_hdr_template |= DESC_HDR_DONE_NOTIFY;

return 0;
}

Expand Down

0 comments on commit f992ebd

Please sign in to comment.