Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196718
b: refs/heads/master
c: c614e10
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Herbert Xu committed May 3, 2010
1 parent 7cb6e84 commit cf55729
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: 99700716a9b2e117fd50c6d3f1fd5edeef6dc6d2
refs/heads/master: c614e109c184edd7900d9ff4d6de9ef94bc4d85b
2 changes: 1 addition & 1 deletion trunk/crypto/algapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
{
int err = -EINVAL;

if (frontend && (alg->cra_flags ^ frontend->type) & frontend->maskset)
if ((alg->cra_flags ^ frontend->type) & frontend->maskset)
goto out;

spawn->frontend = frontend;
Expand Down

0 comments on commit cf55729

Please sign in to comment.