X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=crypto%2Falgapi.c;h=00d8d939733b23d2591763adf29664241d52337e;hb=8cf7710c4285bf0632a8440e285f9d35c8b8e7a0;hp=7a1ae87f1683459711c0b0c6badd1d76ddd9c9f1;hpb=43eb1ffc9ed0062d35df6a8e906c9d59b6e24f1a;p=firefly-linux-kernel-4.4.55.git diff --git a/crypto/algapi.c b/crypto/algapi.c index 7a1ae87f1683..00d8d939733b 100644 --- a/crypto/algapi.c +++ b/crypto/algapi.c @@ -495,8 +495,8 @@ static struct crypto_template *__crypto_lookup_template(const char *name) struct crypto_template *crypto_lookup_template(const char *name) { - return try_then_request_module(__crypto_lookup_template(name), "%s", - name); + return try_then_request_module(__crypto_lookup_template(name), + "crypto-%s", name); } EXPORT_SYMBOL_GPL(crypto_lookup_template);