Skip to content

Commit

Permalink
crypto: algapi - Use pr_err common logging style.
Browse files Browse the repository at this point in the history
Use more common error logging style.

Signed-off-by: Karim Eshapa <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
karimeshapaLinux authored and herbertx committed Jun 19, 2017
1 parent ea644b8 commit c723585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/algapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c723585

Please sign in to comment.