diff options
Diffstat (limited to 'crypto/algapi.c')
| -rw-r--r-- | crypto/algapi.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/algapi.c b/crypto/algapi.c index 9eed4ef9c971..e4cc7615a139 100644 --- a/crypto/algapi.c +++ b/crypto/algapi.c @@ -260,7 +260,7 @@ void crypto_alg_tested(const char *name, int err)  			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;  found:  | 
