]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/algapi.c
[IPG]: add IP1000A driver to kernel tree
[linux-2.6-omap-h63xx.git] / crypto / algapi.c
index f137a432061f4224ccbff0bef41c58d95c859921..38aa9e994703829a40bd6a09542f0cef97b63fef 100644 (file)
@@ -34,7 +34,7 @@ void crypto_larval_error(const char *name, u32 type, u32 mask)
        if (alg) {
                if (crypto_is_larval(alg)) {
                        struct crypto_larval *larval = (void *)alg;
-                       complete(&larval->completion);
+                       complete_all(&larval->completion);
                }
                crypto_mod_put(alg);
        }
@@ -164,7 +164,7 @@ static int __crypto_register_alg(struct crypto_alg *alg,
                                continue;
 
                        larval->adult = alg;
-                       complete(&larval->completion);
+                       complete_all(&larval->completion);
                        continue;
                }