Commit c7235857 authored by Karim Eshapa's avatar Karim Eshapa Committed by Herbert Xu

crypto: algapi - Use pr_err common logging style.

Use more common error logging style.
Signed-off-by: default avatarKarim Eshapa <karim.eshapa@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ea644b8c
...@@ -260,7 +260,7 @@ void crypto_alg_tested(const char *name, int err) ...@@ -260,7 +260,7 @@ void crypto_alg_tested(const char *name, int err)
goto found; goto found;
} }
printk(KERN_ERR "alg: Unexpected test result for %s: %d\n", name, err); pr_err("alg: Unexpected test result for %s: %d\n", name, err);
goto unlock; goto unlock;
found: found:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment