Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181017
b: refs/heads/master
c: 5357c6c
h: refs/heads/master
i:
  181015: 4a2e512
v: v3
  • Loading branch information
Richard Hartmann authored and Herbert Xu committed Feb 16, 2010
1 parent 2ea9e42 commit 2b693f5
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: 0d8fb0a139093297851f56e2070bf580e9667dd7
refs/heads/master: 5357c6c43ec0f420c33da91019ae24e17a929ece
4 changes: 2 additions & 2 deletions trunk/crypto/algapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg)
list_add(&alg->cra_list, &crypto_alg_list);
list_add(&larval->alg.cra_list, &crypto_alg_list);

out:
out:
return larval;

free_larval:
Expand Down Expand Up @@ -388,7 +388,7 @@ int crypto_unregister_alg(struct crypto_alg *alg)
{
int ret;
LIST_HEAD(list);

down_write(&crypto_alg_sem);
ret = crypto_remove_alg(alg, &list);
up_write(&crypto_alg_sem);
Expand Down

0 comments on commit 2b693f5

Please sign in to comment.