mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-19 23:02:31 +00:00
crypto: algapi - Use pr_err common logging style.
Use more common error logging style. Signed-off-by: Karim Eshapa <karim.eshapa@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
ea644b8ca4
commit
c72358571a
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user