Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272275
b: refs/heads/master
c: e27303b
h: refs/heads/master
i:
  272273: dba47e3
  272271: 16e6da5
v: v3
  • Loading branch information
Thomas Meyer authored and Herbert Xu committed Aug 15, 2011
1 parent 119ee70 commit c1b766c
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: 66be895158886a6cd816aa1eaa18965a5c522d8f
refs/heads/master: e27303b25611e9a9ba78c0b5614abeb173d6cc74
4 changes: 2 additions & 2 deletions trunk/drivers/crypto/n2_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1006,9 +1006,9 @@ static int n2_do_ecb(struct ablkcipher_request *req, bool encrypt)

spin_unlock_irqrestore(&qp->lock, flags);

out:
put_cpu();

out:
n2_chunk_complete(req, NULL);
return err;
}
Expand Down Expand Up @@ -1096,9 +1096,9 @@ static int n2_do_chaining(struct ablkcipher_request *req, bool encrypt)

spin_unlock_irqrestore(&qp->lock, flags);

out:
put_cpu();

out:
n2_chunk_complete(req, err ? NULL : final_iv_addr);
return err;
}
Expand Down

0 comments on commit c1b766c

Please sign in to comment.