Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272312
b: refs/heads/master
c: e6ea64e
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu committed Oct 21, 2011
1 parent ea40080 commit 3446193
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: 573da6208a7e2b2d8666b8b02f5054d3a4e12998
refs/heads/master: e6ea64ece7f4c14294b2fce5403b1e71eab87f1e
2 changes: 1 addition & 1 deletion trunk/crypto/crypto_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ struct crypto_dump_info {

static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact)
{
int match;
struct crypto_alg *q, *alg = NULL;

down_read(&crypto_alg_sem);
Expand All @@ -49,6 +48,7 @@ static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact)
return NULL;

list_for_each_entry(q, &crypto_alg_list, cra_list) {
int match = 0;

if ((q->cra_flags ^ p->cru_type) & p->cru_mask)
continue;
Expand Down

0 comments on commit 3446193

Please sign in to comment.