regmap: debugfs: Don't bother actually printing when calculating max length
[firefly-linux-kernel-4.4.55.git] / crypto / algapi.c
index 6149a6e09643f0c9b975ac339dd904dd58421262..00d8d939733b23d2591763adf29664241d52337e 100644 (file)
@@ -495,7 +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), name);
+       return try_then_request_module(__crypto_lookup_template(name),
+                                      "crypto-%s", name);
 }
 EXPORT_SYMBOL_GPL(crypto_lookup_template);