diff --git a/[refs] b/[refs] index 4b5122422026..7b17e4588d06 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 99700716a9b2e117fd50c6d3f1fd5edeef6dc6d2 +refs/heads/master: c614e109c184edd7900d9ff4d6de9ef94bc4d85b diff --git a/trunk/crypto/algapi.c b/trunk/crypto/algapi.c index 3e4524e6139b..d49d7091cecf 100644 --- a/trunk/crypto/algapi.c +++ b/trunk/crypto/algapi.c @@ -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;