Loading crypto/algapi.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
crypto/algapi.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading